Method: Mount::Command::Base#install
- Defined in:
- lib/mount/command/base.rb
#install(package, version = nil) ⇒ Object
17 18 19 |
# File 'lib/mount/command/base.rb', line 17 def install(package, version=nil) raise NotImplementedError.new end |