Module: PaginateResponder::VERSION
- Defined in:
- lib/paginate-responder/version.rb
Constant Summary collapse
- MAJOR =
2- MINOR =
2- PATCH =
0- STAGE =
nil
Class Method Summary collapse
Class Method Details
.to_s ⇒ Object
10 11 12 |
# File 'lib/paginate-responder/version.rb', line 10 def self.to_s [MAJOR, MINOR, PATCH, STAGE].compact.join '.' end |