Module: Utf8Symbols

Defined in:
lib/utf8_symbols.rb,
lib/utf8_symbols/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.downObject



27
28
29
# File 'lib/utf8_symbols.rb', line 27

def self.down
  ""
end

.failureObject



15
16
17
# File 'lib/utf8_symbols.rb', line 15

def self.failure
  ""
end

.failure_fatObject



19
20
21
# File 'lib/utf8_symbols.rb', line 19

def self.failure_fat
  ""
end

.leftObject



31
32
33
# File 'lib/utf8_symbols.rb', line 31

def self.left
  ""
end

.rightObject



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

def self.right
  ""
end

.successObject



7
8
9
# File 'lib/utf8_symbols.rb', line 7

def self.success
  ""
end

.success_fatObject



11
12
13
# File 'lib/utf8_symbols.rb', line 11

def self.success_fat
  ""
end

.upObject



23
24
25
# File 'lib/utf8_symbols.rb', line 23

def self.up
  ""
end