Method: Capp#savefile_version
- Defined in:
- lib/capp.rb
#savefile_version ⇒ Object
When called on a capture instance created from a savefile, returns the version of the savefile. When called on a live capture instance it returns a meaningless value.
160 161 162 |
# File 'lib/capp.rb', line 160 def savefile_version "#{savefile_major_version}.#{savefile_minor_version}" end |