module NyanCat

Constants

OUTPUT_CHAR

Public Class Methods

flavours() click to toggle source
# File lib/nyancat.rb, line 40
def self.flavours
  return Dir.entries(File.expand_path("../nyancat/", __FILE__)).select { |entry| !(entry =='.' || entry == '..') }
end