Module: DoesPrettyUrls
- Defined in:
- lib/doesprettyurls.rb
Defined Under Namespace
Classes: Engine
Class Method Summary collapse
-
.version ⇒ Object
Return the current working version from VERSION file:.
Class Method Details
.version ⇒ Object
Return the current working version from VERSION file:
16 17 18 |
# File 'lib/doesprettyurls.rb', line 16 def self.version @@version ||= File.open(File.join(File.dirname(__FILE__), "..", "VERSION"), "r").read end |