module Atheme::ParserHelper
Public Instance Methods
match(expression)
click to toggle source
# File lib/atheme/parser_helper.rb, line 2 def match(expression) expression.match(raw_services_output)[1] end
# File lib/atheme/parser_helper.rb, line 2 def match(expression) expression.match(raw_services_output)[1] end