Module: Rubyagents::UI::Styles

Defined in:
lib/rubyagents/ui.rb

Class Method Summary collapse

Class Method Details

.dim ⇒ Object



26
# File 'lib/rubyagents/ui.rb', line 26

def self.dim;           NullStyle.new; end

.error ⇒ Object



25
# File 'lib/rubyagents/ui.rb', line 25

def self.error;         NullStyle.new; end

.final_answer ⇒ Object



24
# File 'lib/rubyagents/ui.rb', line 24

def self.final_answer;  NullStyle.new; end

.label ⇒ Object



21
# File 'lib/rubyagents/ui.rb', line 21

def self.label;         NullStyle.new; end

.plan_box ⇒ Object



23
# File 'lib/rubyagents/ui.rb', line 23

def self.plan_box;      NullStyle.new; end

.plan_label ⇒ Object



22
# File 'lib/rubyagents/ui.rb', line 22

def self.plan_label;    NullStyle.new; end

.spinner_style ⇒ Object



27
# File 'lib/rubyagents/ui.rb', line 27

def self.spinner_style; NullStyle.new; end