This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

bump

        # Gem::Version.bump

(from ruby core)
### Implementation from Version
---
    bump()

---

Return a new version object where the next to the last revision number
is one greater (e.g., 5.3.1 => 5.4).

Pre-release (alpha) parts, e.g, 5.3.1.b.2 => 5.4, are ignored.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.