Sha256: 96d963e2b0ad52d8b02638a9ea40abfc7991a7d02a35e6ce09f17d9434b33783

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class ASTree::PrettyNode::CDECL < ASTree::PrettyNode
  def label_name(index)
    case index
    when 0
      'const name'
    when 1
      'const name'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
astree-1.1.1 lib/astree/pretty_node/cdecl.rb
astree-1.1.0 lib/astree/pretty_node/cdecl.rb