class Pretentious::Deconstructor::Reference

Represents a reference

Attributes

tree[RW]

Public Class Methods

new(tree) click to toggle source
# File lib/pretentious/deconstructor.rb, line 17
def initialize(tree)
  @tree = tree
end