1553件ヒット
[1-100件を表示]
(0.031秒)
ライブラリ
- ビルトイン (699)
- digest (12)
- erb (12)
- json (96)
-
minitest
/ spec (1) -
minitest
/ unit (1) - mkmf (24)
- openssl (60)
- optparse (144)
- ostruct (48)
- pathname (24)
- pp (12)
- pstore (36)
- rake (24)
-
rdoc
/ code _ object (24) -
rexml
/ document (12) -
rubygems
/ config _ file (12) - win32ole (312)
クラス
- BasicObject (96)
- Binding (12)
- Data (9)
- ERB (12)
-
Gem
:: ConfigFile (12) -
JSON
:: Parser (12) -
JSON
:: State (36) - Module (222)
- NameError (34)
- NoMethodError (12)
- Object (157)
-
OpenSSL
:: ASN1 :: ObjectId (48) -
OpenSSL
:: X509 :: Name (12) - OpenStruct (48)
- OptionParser (144)
- PP (12)
- PStore (36)
- Pathname (24)
-
RDoc
:: CodeObject (24) -
REXML
:: Attribute (12) -
Rake
:: TaskArguments (24) - String (12)
- Struct (30)
- Thread (20)
- WIN32OLE (24)
-
WIN32OLE
_ METHOD (24) -
WIN32OLE
_ PARAM (48) -
WIN32OLE
_ TYPE (108) -
WIN32OLE
_ TYPELIB (60) -
WIN32OLE
_ VARIABLE (48)
モジュール
- Enumerable (96)
-
JSON
:: Generator :: GeneratorMethods :: Object (12) - Kernel (72)
-
MiniTest
:: Assertions (1)
キーワード
- % (12)
- == (15)
- Digest (12)
- JSON (12)
- [] (60)
-
_ _ send _ _ (24) -
add
_ entry (12) - args (12)
-
assert
_ respond _ to (1) -
class
_ eval (12) -
class
_ variable _ get (12) -
class
_ variable _ set (12) -
const
_ defined? (12) -
const
_ get (12) -
const
_ set (12) -
const
_ source _ location (12) -
convertible
_ int (24) - deconstruct (6)
-
def
_ class (12) - default (12)
-
default
_ event _ sources (12) -
default
_ ole _ types (12) -
define
_ singleton _ method (24) - delete (12)
-
delete
_ field (12) -
deprecate
_ constant (12) - dig (10)
- eql? (3)
- eval (12)
- fetch (20)
- hash (3)
-
implemented
_ ole _ types (12) - initialize (12)
-
instance
_ eval (12) -
instance
_ method (12) - invoke (12)
- j (12)
- jj (12)
-
library
_ name (12) - ln (12)
-
load
_ file (12) -
long
_ name (12) - lookup (12)
- max (48)
- method (12)
-
method
_ missing (12) - min (48)
-
module
_ eval (12) -
must
_ respond _ to (1) -
object
_ group (12) -
object
_ nl (12) -
object
_ nl= (12) -
ole
_ classes (12) -
ole
_ methods (12) -
ole
_ type (12) -
ole
_ typelib (24) -
ole
_ types (12) - on (144)
- open (24)
- optional? (12)
-
parent
_ file _ name (12) -
parent
_ name (12) - parse (12)
-
private
_ constant (9) - public (48)
-
public
_ constant (9) -
public
_ instance _ method (12) -
public
_ method (12) -
public
_ send (24) - receiver (10)
-
remove
_ class _ variable (12) -
remove
_ const (12) -
remove
_ instance _ variable (12) -
respond
_ to? (12) -
respond
_ to _ missing? (12) - send (24)
-
short
_ name (12) -
singleton
_ method (12) -
singleton
_ method _ added (12) -
singleton
_ method _ removed (12) -
singleton
_ method _ undefined (12) - sn (12)
-
source
_ ole _ types (12) -
to
_ a (12) -
to
_ h (14) -
to
_ json (12) -
to
_ s (72) - value (12)
- values (12)
- variables (12)
- write (12)
検索結果
先頭5件
-
NameError
# name -> Symbol (21114.0) -
この例外オブジェクトを発生させる原因となった 変数や定数、メソッドの名前をシンボルで返します。
...クトを発生させる原因となった
変数や定数、メソッドの名前をシンボルで返します。
例:
begin
foobar
rescue NameError => err
p err # => #<NameError: undefined local variable or method `foobar' for main:Object>
p err.name # => :foobar
end... -
JSON
:: State # object _ nl -> String (18150.0) -
JSON 形式の文字列中に現れる JavaScript のオブジェクトの行末に挿入する文字列を返します。
...ate.new(object_nl: "")
json_state.object_nl # => ""
puts JSON.generate([1, 2, { name: "tanaka", age: 19 }], json_state)
# => [1,2,{"name":"tanaka","age":19}]
json_state = JSON::State.new(object_nl: "\n")
json_state.object_nl # => "\n"
puts JSON.generate([1, 2, { name: "tanak......a", age: 19 }], json_state)
# => [1,2,{
# "name":"tanaka",
# "age":19
# }]
//}... -
JSON
:: State # object _ nl=(string) (18150.0) -
JSON 形式の文字列中に現れる JavaScript のオブジェクトの行末に挿入する文字列をセットします。
...JSON::State.new(object_nl: "")
json_state.object_nl # => ""
puts JSON.generate([1, 2, { name: "tanaka", age: 19 }], json_state)
# => [1,2,{"name":"tanaka","age":19}]
json_state.object_nl = "\n"
json_state.object_nl # => "\n"
puts JSON.generate([1, 2, { name: "tanaka", age:......19 }], json_state)
# => [1,2,{
# "name":"tanaka",
# "age":19
# }]
//}... -
WIN32OLE
_ TYPELIB # name -> String (18120.0) -
TypeLibのドキュメント文字列を取得します。
...どに利用可能なTypeLibの簡単な
説明文で、通常バージョン番号を含みます。
@return TypeLibのドキュメント文字列を返します。
tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 14.0 Object Library')
puts tlib.name # => 'Microsoft Excel 14.0 Object Library'... -
PP
# object _ group(obj) { . . . } -> () (18118.0) -
以下と等価な働きをするもので簡便のために用意されています。 group(1, '#<' + obj.class.name, '>') { ... }
...以下と等価な働きをするもので簡便のために用意されています。
group(1, '#<' + obj.class.name, '>') { ... }
@param obj 表示したいオブジェクトを指定します。
@see PrettyPrint#group... -
WIN32OLE
_ METHOD # name -> String (18114.0) -
メソッド名を取得します。
...メソッド名を取得します。
@return メソッド名を文字列で返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Workbook')
method = WIN32OLE_METHOD.new(tobj, 'SaveAs')
puts method.name # => SaveAs... -
WIN32OLE
_ PARAM # name -> String (18114.0) -
パラメータ名を取得します。
...ータ名を返します。名前付き引数形式でメソッドを呼び出すときに指定します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook')
method = WIN32OLE_METHOD.new(tobj, 'SaveAs')
param1 = method.params[0]
puts param1.name # => Filename... -
WIN32OLE
_ TYPE # name -> String (18114.0) -
selfの型名を取得します。
...selfの型名を取得します。
@return selfの型名を文字列で返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Application')
p tobj.name # => "Application"... -
WIN32OLE
_ VARIABLE # name -> String (18114.0) -
変数名を取得します。
...変数名を取得します。
@return 変数名を文字列で返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'XlSheetType')
variables = tobj.variables
variables.each do |variable|
puts "#{variable.name}" # => xlChart, xlDialogSheet, ...
end...