Class: Vmaps::Main
- Inherits:
-
Object
- Object
- Vmaps::Main
- Defined in:
- lib/vmaps.rb
Instance Method Summary collapse
-
#initialize(source = nil) ⇒ Main
constructor
A new instance of Main.
- #output_json ⇒ Object
Constructor Details
Instance Method Details
#output_json ⇒ Object
17 18 19 |
# File 'lib/vmaps.rb', line 17 def output_json puts JSON.dump @mappings end |