module Bake::BakeryModel::Project::ClassModule
Public Instance Methods
found()
click to toggle source
# File lib/bakery/model/metamodel.rb, line 48 def found @isFound = true end
isFound()
click to toggle source
# File lib/bakery/model/metamodel.rb, line 45 def isFound @isFound ||= false end