class Hercules::UptimeMonitor::MaestroLangParser

Public Instance Methods

parse(data, description = false) click to toggle source
# File lib/uptime_monitor/parser.rb, line 30
def parse(data, description = false)
  Hercules::UptimeMonitor::Parser.parse(data, @@maestro_parser, description)
end