Class: MacVendors::Base

Inherits:
Thor
  • Object
show all
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

#installObject



26
27
28
# File 'lib/macvendors.rb', line 26

def install
  MacVendors.download()
end

#updateObject



20
21
22
23
# File 'lib/macvendors.rb', line 20

def update
  MacVendors.setup
  MacVendors.update()
end