Method: AnyStyle::ParserCore#label

Defined in:
lib/anystyle/parser.rb

#label(input, **opts) ⇒ Object



48
49
50
# File 'lib/anystyle/parser.rb', line 48

def label(input, **opts)
  model.label prepare(input, **opts)
end