class Anytick::RuleMaker

Public Class Methods

make_rule() click to toggle source
# File lib/anytick.rb, line 6
def self.make_rule
  new
end

Public Instance Methods

backtick_caller() click to toggle source
# File lib/anytick.rb, line 14
def backtick_caller
  caller_locations(5, 1).first
end
make_rule() click to toggle source
# File lib/anytick.rb, line 10
def make_rule
  self
end