class GoonModelGen::Source::Context
Attributes
files[R]
Public Class Methods
new()
click to toggle source
# File lib/goon_model_gen/source/context.rb, line 8 def initialize @files = [] end
Public Instance Methods
lookup(type_name)
click to toggle source
@return [nil|Type]
# File lib/goon_model_gen/source/context.rb, line 13 def lookup(type_name) end