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

Class Method Details

.colorObject



23
24
25
# File 'lib/rukawa/state.rb', line 23

def self.color
  :cyan
end

.merge(_other) ⇒ Object



27
28
29
# File 'lib/rukawa/state.rb', line 27

def self.merge(_other)
  self
end