Module: Rukawa::State::Running
- 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
.color ⇒ Object
33 34 35 |
# File 'lib/rukawa/state.rb', line 33 def self.color :cyan end |
.merge(_other) ⇒ Object
37 38 39 |
# File 'lib/rukawa/state.rb', line 37 def self.merge(_other) self end |
.running? ⇒ Boolean
41 42 43 |
# File 'lib/rukawa/state.rb', line 41 def self.running? true end |