Sha256: 2b279b0b6a1a822eaa4cf64a74c27b9facc4050db47f31842954997ac67b6d50
Contents?: true
Size: 180 Bytes
Versions: 2
Compression:
Stored size: 180 Bytes
Contents
class ASTree::PrettyNode::DXSTR < ASTree::PrettyNode def label_name(index) case index when 0 'preceding string' when 2 'tailing string' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astree-1.1.1 | lib/astree/pretty_node/dxstr.rb |
astree-1.1.0 | lib/astree/pretty_node/dxstr.rb |