Class: Hookit::Platform::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/hookit/platform/base.rb

Direct Known Subclasses

Smartos, Ubuntu

Instance Method Summary collapse

Instance Method Details

#detect?Boolean

Returns:

  • (Boolean)


5
# File 'lib/hookit/platform/base.rb', line 5

def detect?; end

#nameObject



6
# File 'lib/hookit/platform/base.rb', line 6

def name; end

#osObject



7
# File 'lib/hookit/platform/base.rb', line 7

def os; end