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