Module: Helpers::Characters
- Defined in:
- lib/capistrano_webfaction_recipes/recipes/helpers.rb
Class Method Summary collapse
- .down ⇒ Object
- .failure ⇒ Object
- .failure_fat ⇒ Object
- .left ⇒ Object
- .right ⇒ Object
- .success ⇒ Object
- .success_fat ⇒ Object
- .up ⇒ Object
Class Method Details
.down ⇒ Object
32 33 34 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 32 def self.down "↓" end |
.failure ⇒ Object
20 21 22 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 20 def self.failure "✕ " end |
.failure_fat ⇒ Object
24 25 26 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 24 def self.failure_fat "✖ " end |
.left ⇒ Object
36 37 38 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 36 def self.left "←" end |
.right ⇒ Object
40 41 42 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 40 def self.right "→" end |
.success ⇒ Object
12 13 14 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 12 def self.success "✓ " end |
.success_fat ⇒ Object
16 17 18 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 16 def self.success_fat "✔ " end |
.up ⇒ Object
28 29 30 |
# File 'lib/capistrano_webfaction_recipes/recipes/helpers.rb', line 28 def self.up "↑" end |