class Piggly::Parser::Nodes::StubNode
Stub nodes have no children, or content
Public Instance Methods
stub?()
click to toggle source
# File lib/piggly/parser/nodes.rb, line 364 def stub? true end
Stub nodes have no children, or content
# File lib/piggly/parser/nodes.rb, line 364 def stub? true end