Method: Embrace::StringMethods#parenthesize
- Defined in:
- lib/embrace/string_methods.rb
#parenthesize(style: PARENTHESES, **options) ⇒ Object
7 8 9 |
# File 'lib/embrace/string_methods.rb', line 7 def parenthesize(style: PARENTHESES, **) Embrace.bracket(self, style: style, **) end |