Method: GeneratorBase.sourcefile_to_destfile

Defined in:
lib/metarecord/generator_base.rb

.sourcefile_to_destfile(sourcefile) ⇒ Object



73
74
75
76
77
# File 'lib/metarecord/generator_base.rb', line 73

def sourcefile_to_destfile sourcefile
  sourcepath = Pathname.new(sourcefile)
  extension  = sourcepath.extname
  sourcefile[0...-extension.length] + self.extension
end