Sha256: 67f532c9714f7e8f98755fcf11d7e49d9db4024a6f1de402ea1b3fd55e6533f0

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

require File.dirname(__FILE__) + "/missing"

module FigNewton
  class Node
    include FigNewton::Missing
    
    def initialize(yml)
      @yml = yml
    end

    def to_hash
      @yml
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fig_newton-1.0 lib/fig_newton/node.rb
fig_newton-0.15 lib/fig_newton/node.rb
fig_newton-0.14 lib/fig_newton/node.rb
fig_newton-0.13 lib/fig_newton/node.rb
fig_newton-0.12 lib/fig_newton/node.rb
fig_newton-0.11 lib/fig_newton/node.rb
fig_newton-0.10 lib/fig_newton/node.rb
fig_newton-0.9 lib/fig_newton/node.rb
fig_newton-0.8 lib/fig_newton/node.rb
fig_newton-0.7 lib/fig_newton/node.rb