Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rake/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rake/version.rb |
module Rake VERSION = '10.1.0' module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.' NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end