class HooksTest
Public Instance Methods
a()
click to toggle source
# File lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb, line 55 def a; executed << :a; nil; end
b()
click to toggle source
# File lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb, line 56 def b; executed << :b; end
have_dinner(executed)
click to toggle source
# File lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb, line 102 def have_dinner(executed) executed << :have_dinner end
take_shower()
click to toggle source
# File lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb, line 125 def take_shower executed << :take_shower end