代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/213767/4912455
rb all-tests.rb
#!/usr/bin/env ruby
$:.unshift "../lib"
Dir.chdir File.dirname(__FILE__)
Dir["**/tc_*.rb"].each { |file| load file }
www.eeworm.com/read/381890/9067237
c rdmtx.c
/*
Rdmtx - Ruby wrapper for libdmtx
Copyright (c) 2008 Romain Goyet
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License a
www.eeworm.com/read/109233/6175952
rb tkbrowse.rb
#!/usr/local/bin/ruby
#
# This script generates a directory browser, which lists the working
# directory and allows you to open files or subdirectories by
# double-clicking.
# Create a scrollbar on t
www.eeworm.com/read/261194/11660915
rb ming.rb
require 'mingc'
require 'final' # for Ruby 1.4
include Mingc
include ObjectSpace
class SWFBase
attr_accessor :this
def initialize(this)
@this = this
end
end
class SWFRect
www.eeworm.com/read/493655/1164302
rb glextgen.rb
# GLExtGen:
#
# GLExtGen is a Ruby script which is capable of extracting OpenGL extension
# data from header files and generate files for inclusion in OpenGL projects.
#
# GLExtGen works using a front
www.eeworm.com/read/458008/1590161
fcgi dispatch.fcgi
#!/opt/local/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of request
www.eeworm.com/read/458008/1590199
fcgi dispatch.fcgi
#!/opt/local/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of request
www.eeworm.com/read/458008/1590447
fcgi dispatch.fcgi
#!/opt/local/bin/ruby
#
# You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging)
# and the number of request
www.eeworm.com/read/213767/4912398
rb bctestcase.rb
#!/usr/bin/ruby
#
# This is an abstract test case class for building Test::Unit unit tests for the
# BlueCloth module. It consolidates most of the maintenance work that must be
# done to build a test
www.eeworm.com/read/213767/4912464
rb rexml_1.8_patch.rb
if RUBY_VERSION=="1.8.0"
module REXML
module Parsers
class BaseParser
# Returns true if there are more events. Synonymous with !empty?
def has_next?
return true