Module: Atheme::ParserHelper

Defined in:
lib/atheme/parser_helper.rb

Instance Method Summary collapse

Instance Method Details

#match(expression) ⇒ Object



2
3
4
# File 'lib/atheme/parser_helper.rb', line 2

def match(expression)
  expression.match(raw_services_output)[1]
end