• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/

Lines Matching defs:ruby

157     # ruby ver. >= 1.4.4?
165 libruby = "#{c['prefix']}/lib/ruby"
173 libruby = "#{c['prefix']}/lib/ruby"
174 librubyver = "#{c['prefix']}/lib/ruby/#{version}"
175 librubyverarch = "#{c['prefix']}/lib/ruby/#{version}/#{c['arch']}"
181 libruby = "#{c['prefix']}/lib/ruby"
182 librubyver = "#{c['prefix']}/lib/ruby/#{version}"
183 librubyverarch = "#{c['prefix']}/lib/ruby/#{version}/#{c['arch']}"
184 siteruby = "#{c['prefix']}/lib/ruby/#{version}/site_ruby"
212 table['rbdir'] = '$libdir/ruby'
213 table['sodir'] = '$libdir/ruby'
231 'the directory for ruby libraries'),
233 'the directory for standard ruby libraries'),
235 'the directory for standard ruby extensions'),
237 'the directory for version-independent aux ruby libraries'),
239 'the directory for aux ruby libraries'),
241 'the directory for aux ruby binaries'),
243 'the directory for ruby scripts'),
245 'the directory for ruby extentions'),
249 'the ruby program using for installation'),
251 'the make program to compile ruby extentions'),
252 SelectItem.new('shebang', 'all/ruby/never', 'ruby',
255 'does not compile/install ruby extentions')
277 'std-ruby' => 'librubyver',
281 'site-ruby-common' => 'siteruby', # For backward compatibility
282 'site-ruby' => 'siterubyver', # For backward compatibility
288 'ruby-path' => 'rubypath',
289 'ruby-prog' => 'rubyprog',
290 'ruby' => 'rubyprog',
659 def ruby(*args)
760 [ 'setup', 'compiles ruby extentions and others' ],
950 out.puts " $ ruby #{File.basename $0} config"
951 out.puts " $ ruby #{File.basename $0} setup"
952 out.puts " # ruby #{File.basename $0} install (may require root privilege)"
955 out.puts " ruby #{File.basename $0} <global option>"
956 out.puts " ruby #{File.basename $0} [<global options>] <task> [<task options>]"
978 out.printf fmt, '--rbconfig=path', 'rbconfig.rb to load',"running ruby's"
1238 ruby "#{curr_srcdir()}/extconf.rb", *@config.config_opt
1290 elsif File.basename(old.cmd) == 'env' and old.args.first == 'ruby'
1388 setup_rb_error "no ruby extention exists: 'ruby #{$0} setup' first"
1582 $stderr.puts "Try 'ruby #{$0} --help' for detailed usage."