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