class Turnip::Node::Base
Attributes
raw[R]
Public Class Methods
new(raw)
click to toggle source
# File lib/turnip/node/base.rb, line 10 def initialize(raw) @raw = raw end
# File lib/turnip/node/base.rb, line 10 def initialize(raw) @raw = raw end