ok
Direktori : /proc/self/root/opt/alt/ruby23/lib64/ruby/gems/2.3.0/gems/rake-10.4.2/lib/rake/ |
Current File : //proc/self/root/opt/alt/ruby23/lib64/ruby/gems/2.3.0/gems/rake-10.4.2/lib/rake/version.rb |
module Rake module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.' NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end