代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/201452/15408342
pdf ruby语言入门教程v1.0.pdf
www.eeworm.com/read/120251/6078671
h oasisscriptrubyinterpreter.h
/******************************************************************************
* This source file is part of Bad Camel Gaming
* Copyright (C) 2003 Zephie Greyvenstein
* See Readme.html for ack
www.eeworm.com/read/113165/6140685
h oasisscriptrubyinterpreter.h
/******************************************************************************
* This source file is part of Bad Camel Gaming
* Copyright (C) 2003 Zephie Greyvenstein
* See Readme.html for ack
www.eeworm.com/read/109233/6175932
help-message
#
# irb/lc/help-message.rb -
# $Release Version: 0.7.3$
# $Revision: 1.1.2.2 $
# $Date: 2001/06/01 15:26:47 $
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
# --
#
#
#
Usage: irb.rb [o
www.eeworm.com/read/261194/11660902
readme
a Ruby module for the Ming library based on Python module.
Kazuki Sakamoto
compile:
ruby extconf.rb --with-ming-include=.. --with-ming-lib=..
make
test:
www.eeworm.com/read/261194/11660909
depend
OBJS+= ming_wrap.o
mingc.so: ming_wrap.o
ming_wrap.o: ming_wrap.c
ming_wrap.c: ../ming.i
swig -I.. -ruby ming.i
clean: clean_local
clean_local:
@rm -f ming_wrap.c
www.eeworm.com/read/275831/10794454
rb 04 - reading documentation for installed gems.rb
require 'rubygems'
Gem.manage_gems
def show_gem_rdoc
puts "Your generated docs are all probably in #{File.join(Gem.dir, "doc")}"
puts "Just to be safe, I'll print out every gem's RDoc location:"
www.eeworm.com/read/137626/5823077
in makefile.in
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/275831/10794357
rb 17 - uploading a file via cgi.rb
#!/usr/bin/ruby
# upload.rb
# Save uploaded files to this directory
UPLOAD_DIR = "/usr/local/www/uploads"
require 'cgi'
require 'stringio'
#---
def display_form(cgi)
action = ENV['SCRIPT_NAME']
re