Method: Feather.version
- Defined in:
- lib/feather.rb
.version ⇒ Object
Returns the current library version
10 11 12 13 14 |
# File 'lib/feather.rb', line 10 def self.version @version ||= File.readlines( File.('../VERSION', File.dirname(__FILE__)) ).first.chomp end |