class ModelMaker::Source::ImplementationRenderer

Public Instance Methods

generated_file(template_vars) click to toggle source
# File src/lib/modelmaker.rb, line 357
def generated_file(template_vars)
    "#{template_vars.entity.name}.m"
end
template_file() click to toggle source
# File src/lib/modelmaker.rb, line 353
def template_file
    'implementation.erb'
end