module Utf8Symbols

Constants

VERSION

Public Class Methods

down() click to toggle source
# File lib/utf8_symbols.rb, line 27
def self.down
  "↓"
end
failure() click to toggle source
# File lib/utf8_symbols.rb, line 15
def self.failure
  "✕ "
end
failure_fat() click to toggle source
# File lib/utf8_symbols.rb, line 19
def self.failure_fat
  "✖ "
end
left() click to toggle source
# File lib/utf8_symbols.rb, line 31
def self.left
  "←"
end
right() click to toggle source
# File lib/utf8_symbols.rb, line 35
def self.right
  "→"
end
success() click to toggle source
# File lib/utf8_symbols.rb, line 7
def self.success
  "✓ "
end
success_fat() click to toggle source
# File lib/utf8_symbols.rb, line 11
def self.success_fat
  "✔ "
end
up() click to toggle source
# File lib/utf8_symbols.rb, line 23
def self.up
  "↑"
end