Class: Terraspace::All::Base

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

Direct Known Subclasses

Grapher, Runner

Instance Method Summary collapse

Constructor Details

#initialize(options = {}) ⇒ Base

Returns a new instance of Base.



3
4
5
# File 'lib/terraspace/all/base.rb', line 3

def initialize(options={})
  @options = options
end