module Kenma::Refine::Nodable
Public Instance Methods
children()
click to toggle source
# File lib/kenma/refine/nodable.rb, line 21 def children; self[:children]; end
node?()
click to toggle source
# File lib/kenma/refine/nodable.rb, line 9 def node?; false; end
type()
click to toggle source
# File lib/kenma/refine/nodable.rb, line 19 def type; self[:type]; end