method

previous

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Version
previous() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tasks/release.rb, line 19
    def previous
      @gem_version.segments[0, 3].tap { |v| v[2] -= 1 }.join(".")
    end
Register or log in to add new notes.