Class: Magma::Reifier

Inherits:
Object
  • Object
show all
Includes:
Common, Utils
Defined in:
lib/magma/reifier.rb

Instance Method Summary collapse

Methods included from Utils

#pipe, #read_file_or_stdin, #run, #symbolize_keys, #uuid?, #which

Methods included from Common

#handle_output!

Constructor Details

#initialize(data_file, options = {}) ⇒ Reifier

Returns a new instance of Reifier.



9
10
11
12
# File 'lib/magma/reifier.rb', line 9

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

Instance Method Details

#callObject



14
15
16
17
# File 'lib/magma/reifier.rb', line 14

def call
  data # Call once before any chdirs
  puts render_slides!
end