class FigNewton::Node
Public Class Methods
new(yml)
click to toggle source
# File lib/fig_newton/node.rb, line 7 def initialize(yml) @yml = yml end
Public Instance Methods
to_hash()
click to toggle source
# File lib/fig_newton/node.rb, line 11 def to_hash @yml end