Method: FormatEngine::FormatRgx#do_parse

Defined in:
lib/format_engine/format_spec/rgx.rb

#do_parse(spec_info) ⇒ Object

Parse from the input string



47
48
49
# File 'lib/format_engine/format_spec/rgx.rb', line 47

def do_parse(spec_info)
  spec_info.instance_exec(&@block)
end