module InstanceHookers

Public Instance Methods

run_hooker(name, *args) click to toggle source
# File lib/garcon/utility/hookers.rb, line 156
def run_hooker(name, *args)
  run_hooker_for(name, self, *args)
end