Method: Embrace::StringMethods#bracket
- Defined in:
- lib/embrace/string_methods.rb
#bracket(style: BRACKETS, **options) ⇒ Object
3 4 5 |
# File 'lib/embrace/string_methods.rb', line 3 def bracket(style: BRACKETS, **) Embrace.bracket(self, style: style, **) end |