Class: SublInit::Project::Files::Ruby::VersionsConf

Inherits:
Templated
  • Object
show all
Defined in:
lib/sublinit/project/files/ruby/versions_conf.rb

Constant Summary collapse

FILENAME =
'.versions.conf'

Constants inherited from Templated

Templated::TEMPLATES_FOLDER

Instance Attribute Summary

Attributes inherited from Templated

#options

Instance Method Summary collapse

Methods inherited from Templated

#initialize

Methods inherited from Base

create!, #create!

Constructor Details

This class inherits a constructor from SublInit::Project::Files::Templated

Instance Method Details

#filenameObject



10
11
12
# File 'lib/sublinit/project/files/ruby/versions_conf.rb', line 10

def filename
  FILENAME
end