https://github.com/tijn/ruby-block-style-toggle
Ruby block-style toggle
https://github.com/tijn/ruby-block-style-toggle
Last synced: 11 months ago
JSON representation
Ruby block-style toggle
- Host: GitHub
- URL: https://github.com/tijn/ruby-block-style-toggle
- Owner: tijn
- Created: 2025-07-18T15:18:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T15:21:15.000Z (11 months ago)
- Last Synced: 2025-07-18T19:48:57.186Z (11 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A command plugin that enables to toggle Ruby blocks between braces and `do end`.
It works for [Crystal](https://crystal-lang.org/) too.
Example:
--------
```ruby
foo { |bar| puts bar }
```
<=>
```ruby
foo do |bar|
puts bar
end
```
License
-------
All of Ruby Block Converter for Sublime Text is licensed under the MIT license.