Top Level Namespace
Defined Under Namespace
Modules: Bumper
Instance Method Summary collapse
Instance Method Details
#bumper_file(file) ⇒ Object
6 7 8 |
# File 'lib/version_bumper.rb', line 6 def bumper_file(file) @vfile = file end |
#bumper_version ⇒ Object
10 11 12 |
# File 'lib/version_bumper.rb', line 10 def bumper_version @version ||= Bumper::Version.new(File.read(@vfile)) end |