Module: Rukawa::State::Bypassed
- Extended by:
- BaseExt
- Defined in:
- lib/rukawa/state.rb
Class Method Summary collapse
Methods included from BaseExt
colored, merge, state_name, success?
Class Method Details
.bypassed? ⇒ Boolean
77 78 79 |
# File 'lib/rukawa/state.rb', line 77 def self.bypassed? true end |
.color ⇒ Object
69 70 71 |
# File 'lib/rukawa/state.rb', line 69 def self.color :yellow end |
.success? ⇒ Boolean
73 74 75 |
# File 'lib/rukawa/state.rb', line 73 def self.success? true end |