class Piggly::Parser::Nodes::Block
DECLARE declaration BEGIN body END;
Public Instance Methods
block?()
click to toggle source
# File lib/piggly/parser/nodes.rb, line 127 def block? true end
DECLARE declaration BEGIN body END;
# File lib/piggly/parser/nodes.rb, line 127 def block? true end