Sha256: 052581c5e98421c91fa59c2fd36966663478420c79e089c1a0a55008d9b39113
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
class AbstractSyntaxTreeKit class Node class DSYM < Node attr_reader :interpolation, :tail_str def initialize(node:, interpolation:, tail_str:) super(node) @interpolation = interpolation @tail_str = tail_str end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
astkit-0.1.1 | lib/astkit/node/dsym.rb |
astkit-0.1.0 | lib/astkit/node/dsym.rb |