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, **options)
  Embrace.bracket(self, style: style, **options)
end