Class: MacVendors::Base
- Inherits:
-
Thor
- Object
- Thor
- MacVendors::Base
- Defined in:
- lib/macvendors.rb
Instance Method Summary collapse
Instance Method Details
#find(value) ⇒ Object
14 15 16 17 |
# File 'lib/macvendors.rb', line 14 def find value MacVendors.setup puts MacVendors.find2(value) end |
#install ⇒ Object
26 27 28 |
# File 'lib/macvendors.rb', line 26 def install MacVendors.download() end |
#update ⇒ Object
20 21 22 23 |
# File 'lib/macvendors.rb', line 20 def update MacVendors.setup MacVendors.update() end |