Module: Rukawa::State::Skipped

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



35
36
37
# File 'lib/rukawa/state.rb', line 35

def self.color
  :yellow
end

.merge(other) ⇒ Object



39
40
41
42
43
44
45
# File 'lib/rukawa/state.rb', line 39

def self.merge(other)
  if other == Finished
    self
  else
    other
  end
end