class Vera::Icons

Public Class Methods

arrow() click to toggle source
# File lib/vera/icons.rb, line 11
def self.arrow
  ' ⮕ '.green
end
check() click to toggle source
# File lib/vera/icons.rb, line 7
def self.check
  ' ✓ '.green
end
cross() click to toggle source
# File lib/vera/icons.rb, line 15
def self.cross
  ' ✖ '.red
end