Sha256: 27c0f62e6526bb6a4652f4f99712e2f0ed24cd05c2b6f1c1979dd09720056d08
Contents?: true
Size: 133 Bytes
Versions: 2
Compression:
Stored size: 133 Bytes
Contents
class ASTree::PrettyNode::LIT < ASTree::PrettyNode def label_name(index) case index when 0 'value' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astree-1.1.1 | lib/astree/pretty_node/lit.rb |
astree-1.1.0 | lib/astree/pretty_node/lit.rb |