Module: Rukawa::State::Waiting

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

.colorObject



133
134
135
# File 'lib/rukawa/state.rb', line 133

def self.color
  :default
end

.waiting?Boolean

Returns:

  • (Boolean)


137
138
139
# File 'lib/rukawa/state.rb', line 137

def self.waiting?
  true
end