module ControllerCount

Constants

CONTROLLER_REGEX
VERSION

Public Class Methods

parse(log_str) click to toggle source
# File lib/controller_count.rb, line 6
def self.parse(log_str)
  match_data = log_str.match(CONTROLLER_REGEX)
end