Class: Fontdock::Command
- Inherits:
-
Thor
- Object
- Thor
- Fontdock::Command
- Defined in:
- lib/fontdock/command.rb
Instance Method Summary collapse
Instance Method Details
#ls ⇒ Object
13 14 15 |
# File 'lib/fontdock/command.rb', line 13 def ls Fontdock::Local.names.sort.uniq.each {|name| puts name } end |
#version ⇒ Object
8 9 10 |
# File 'lib/fontdock/command.rb', line 8 def version puts VERSION end |