Sha256: 85fb88c5f7a91d618b8a6682030097a0374669426ddbe4374e018f4132b7dad0

Contents?: true

Size: 179 Bytes

Versions: 2

Compression:

Stored size: 179 Bytes

Contents

class ASTree::PrettyNode::DSYM < 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/dsym.rb
astree-1.1.0 lib/astree/pretty_node/dsym.rb