Class: Magma::Reifier
- Inherits:
-
Object
- Object
- Magma::Reifier
- Defined in:
- lib/magma/reifier.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(data_file, options = {}) ⇒ Reifier
constructor
A new instance of Reifier.
Methods included from Utils
#pipe, #read_file_or_stdin, #run, #symbolize_keys, #uuid?, #which
Methods included from Common
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, = {}) @data_file = data_file = end |
Instance Method Details
#call ⇒ Object
14 15 16 17 |
# File 'lib/magma/reifier.rb', line 14 def call data # Call once before any chdirs puts render_presentations! end |