Sha256: 06a77c6ce75ff0130701b609a9c6ff9eadc32b4d997278206d7c3b90ee379cf8
Contents?: true
Size: 287 Bytes
Versions: 4
Compression:
Stored size: 287 Bytes
Contents
# lib/stair_master/conditions/skippable.rb ## ## ## module StairMaster module Conditions class Skippable < StairMaster::Conditions::Base def description "The step '#{ @step.name }' will be skipped #{ @type } #{ @method_name } returns TRUE" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems