class Fontdock::Command
Public Instance Methods
ls()
click to toggle source
# File lib/fontdock/command.rb, line 13 def ls Fontdock::Local.names.sort.uniq.each {|name| puts name } end
version()
click to toggle source
# File lib/fontdock/command.rb, line 8 def version puts VERSION end