1442件ヒット
[1-100件を表示]
(0.046秒)
ライブラリ
- ビルトイン (762)
- json (60)
-
json
/ add / range (12) - objspace (12)
- openssl (60)
- optparse (144)
- psych (19)
-
rdoc
/ code _ object (12) - tracer (24)
- win32ole (24)
クラス
-
ARGF
. class (85) - BasicObject (24)
- Class (24)
- Exception (12)
- FalseClass (60)
- Module (204)
- NilClass (36)
- Object (141)
-
OpenSSL
:: ASN1 :: Boolean (24) - OptionParser (144)
- Proc (12)
-
RDoc
:: CodeObject (12) - Range (24)
- Regexp (12)
- Struct (32)
- TracePoint (12)
- Tracer (24)
- TrueClass (36)
-
WIN32OLE
_ EVENT (12) -
WIN32OLE
_ TYPE (12)
モジュール
- JSON (12)
-
JSON
:: Generator :: GeneratorMethods :: FalseClass (12) - ObjectSpace (60)
-
OpenSSL
:: ASN1 (24) - Psych (19)
キーワード
- ! (12)
- & (36)
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - < (12)
- == (24)
- ASN1 (12)
- Boolean (24)
- FalseClass (36)
- Marshal フォーマット (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) - NIL (8)
- NilClass (12)
- Ruby プログラムの実行 (12)
- Rubyで使われる記号の意味(正規表現の複雑な記号は除く) (12)
- Ruby用語集 (12)
- TRUE (8)
- [] (8)
- ^ (36)
-
add
_ filter (24) - allocate (12)
- attr (12)
- binmode? (12)
-
class
_ variable _ defined? (12) -
class
_ variables (12) - closed? (12)
-
const
_ defined? (12) -
const
_ get (12) -
const
_ source _ location (12) - constants (12)
-
create
_ id= (12) -
default
_ event _ sources (12) -
each
_ object (48) - eof (12)
- eof? (12)
-
fixed
_ encoding? (12) - gets (27)
- handler= (12)
-
initialize
_ copy (9) - inspect (12)
-
instance
_ methods (12) -
instance
_ of? (12) -
instance
_ variable _ defined? (12) - irb (12)
-
is
_ a? (12) -
json
/ add / core (12) -
json
_ creatable? (12) -
kind
_ of? (12) - lambda? (12)
-
method
_ defined? (12) - methods (12)
- new (72)
- on (144)
- pp (12)
-
private
_ class _ method (24) -
private
_ method _ defined? (12) -
protected
_ method _ defined? (12) -
public
_ method _ defined? (12) -
reachable
_ objects _ from (12) -
read
_ nonblock (10) -
remove
_ classes _ and _ modules (12) -
respond
_ to? (12) -
respond
_ to _ missing? (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
safe
_ load (19) -
singleton
_ class (12) -
singleton
_ class? (12) -
singleton
_ methods (12) -
to
_ json (24) -
to
_ s (12) -
undef
_ method (12) - | (36)
- クラス/メソッドの定義 (12)
- パターンマッチ (12)
- メソッド呼び出し(super・ブロック付き・yield) (12)
- 制御構造 (12)
- 変数と定数 (12)
- 字句構造 (12)
- 正規表現 (12)
- 演算子式 (12)
検索結果
先頭5件
-
Object
:: FALSE -> FalseClass (18335.0) -
非推奨です。代表的な偽の値。false と同じ。
...推奨です。代表的な偽の値。false と同じ。
この定数は過去との互換性のために提供されています。擬似変数 false を使ってください。
Ruby では false と nil が偽として扱われます。
偽でない値(false でも nil でもない値) は全て... -
FalseClass (12048.0)
-
false のクラス。 false は FalseClass クラスの唯一のインスタンスです。 false は nil オブジェクトとともに偽を表し、 その他の全てのオブジェクトは真です。
...false のクラス。
false は FalseClass クラスの唯一のインスタンスです。
false は nil オブジェクトとともに偽を表し、
その他の全てのオブジェクトは真です。... -
JSON
:: Ext :: Generator :: GeneratorMethods :: FalseClass (12000.0) -
Alias of JSON::Generator::GeneratorMethods::FalseClass
...Alias of JSON::Generator::GeneratorMethods::FalseClass... -
JSON
:: Generator :: GeneratorMethods :: FalseClass (12000.0) -
FalseClass に JSON で使用するインスタンスメソッドを追加するためのモジュールです。
...FalseClass に JSON で使用するインスタンスメソッドを追加するためのモジュールです。... -
Class
# allocate -> object (9018.0) -
自身のインスタンスを生成して返します。生成したオブジェクトは 自身のインスタンスであること以外には何も特性を持ちません。
...ェクトは
自身のインスタンスであること以外には何も特性を持ちません。
//emlist[例][ruby]{
klass = Class.new do
def initialize(*args)
@initialized = true
end
def initialized?
@initialized || false
end
end
klass.allocate.initialized? #=> false
//}... -
Class
# json _ creatable? -> bool (9006.0) -
シリアライズされた JSON 形式の文字列から、インスタンスを作成するのにこのクラスを使用できる場合は 真を返します。そうでない場合は、偽を返します。
...json_create というメソッドを実装していなければなりません。
また json_create の第一引数は必要なデータを含むハッシュを期待しています。
//emlist[例][ruby]{
require "json"
String.json_creatable? # => true
Dir.json_creatable? # => false
//}... -
FalseClass
# &(other) -> false (6255.0) -
常に false を返します。
...常に false を返します。
@param other 論理積を行なう式です。
& は再定義可能な演算子に分類されていますので、通常は false & other の形で使われます。
//emlist[例][ruby]{
p false & true #=> false
p false & false #=> false
p false & nil......#=> false
p false & (1 == 1) #=> false
p false & (1 + 1) #=> false
p false.&(true) #=> false
p false.&(false) #=> false
p false.&(nil) #=> false
p false.&(1 == 1) #=> false
p false.&(1 + 1) #=> false
//}... -
Object
# singleton _ class -> Class (6244.0) -
レシーバの特異クラスを返します。 まだ特異クラスがなければ、新しく作成します。
...e か false なら、それぞれ NilClass, TrueClass,
FalseClass を返します。
@raise TypeError レシーバが Integer、Float、Symbol の場合に発生します。
//emlist[][ruby]{
Object.new.singleton_class #=> #<Class:#<Object:0xb7ce1e24>>
String.singleton_class #=> #<Class:Stri......ng>
nil.singleton_class #=> NilClass
//}
@see Object#class... -
Module
# singleton _ class? -> bool (6147.0) -
self が特異クラスの場合に true を返します。そうでなければ false を返し ます。
...self が特異クラスの場合に true を返します。そうでなければ false を返し
ます。
//emlist[例][ruby]{
class C
end
C.singleton_class? # => false
C.singleton_class.singleton_class? # => true
//}...