In Files

Class/Module Index [+]

Quicksearch

Emoji

Constants

PATH

Public Class Methods

images_path() click to toggle source
# File lib/emoji.rb, line 8
def self.images_path
  File.expand_path("../../images", __FILE__)
end
names() click to toggle source
# File lib/emoji.rb, line 12
def self.names
  @names ||= Dir["#{images_path}/emoji/*.png"].sort.map { |fn| File.basename(fn, '.png') }
end
path() click to toggle source
# File lib/emoji.rb, line 4
def self.path
  PATH
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.