Method: Embrace::StringMethods#brace
- Defined in:
- lib/embrace/string_methods.rb
#brace(style: BRACES, **options) ⇒ Object
11 12 13 |
# File 'lib/embrace/string_methods.rb', line 11 def brace(style: BRACES, **) Embrace.bracket(self, style: style, **) end |