class Pretentious::Deconstructor::UnResolved
Represents an unresolved class
Attributes
target_object[RW]
Public Class Methods
new(object)
click to toggle source
# File lib/pretentious/deconstructor.rb, line 8 def initialize(object) @target_object = object end