class Bail::Behavior
Protected Instance Methods
run(&block)
click to toggle source
# File lib/bail/behavior/behavior.rb, line 5 def run(&block) raise 'override me or you will be trampled by unicorns!' end
# File lib/bail/behavior/behavior.rb, line 5 def run(&block) raise 'override me or you will be trampled by unicorns!' end