class InstanceHooksTest

Public Instance Methods

dine() click to toggle source
# File test/instance_hooks_test.rb, line 11
def dine; executed << :dine; end
dine_other() click to toggle source
# File test/instance_hooks_test.rb, line 59
def dine_other; executed << :dine_other; end