Sha256: 38de6acc5e50ecb3ba2f12572ebed20b6da4f325106f29669aabb5e81d13883b
Contents?: true
Size: 367 Bytes
Versions: 14
Compression:
Stored size: 367 Bytes
Contents
module DeepCover module Node::Mixin module IsStatement def self.included(base) base.has_child_handler('is_%{name}_statement') end def is_statement parent.is_child_statement(self) end # Default child rewriting rule def is_child_statement(child, name=nil) :if_incompatible end end end end
Version data entries
14 entries across 14 versions & 1 rubygems