Class: OS::Base
- Inherits:
-
Object
- Object
- OS::Base
- Defined in:
- lib/prebundle/os.rb
Instance Method Summary collapse
- #command ⇒ Object
-
#initialize(gems) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(gems) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/prebundle/os.rb', line 3 def initialize(gems) @gems = gems end |
Instance Method Details
#command ⇒ Object
6 7 8 |
# File 'lib/prebundle/os.rb', line 6 def command raise "not impl" end |