class StairMaster::Conditions::Skippable

Public Instance Methods

description() click to toggle source
# File lib/stair_master/conditions/skippable.rb, line 8
def description
  "The step '#{ @step.name }' will be skipped #{ @type } #{ @method_name } returns TRUE"
end