るりまサーチ

最速Rubyリファレンスマニュアル検索!
1593件ヒット [201-300件を表示] (0.025秒)
トップページ > クエリ:generator[x]

別のキーワード

  1. rss generator
  2. rss generator=
  3. json generator
  4. group generator
  5. generator23 succ

検索結果

<< < 1 2 3 4 5 ... > >>

JSON::Ext::Generator::GeneratorMethods::Float (6016.0)

Alias of JSON::Generator::GeneratorMethods::Float

...Alias of JSON::Generator::GeneratorMethods::Float...

JSON::Ext::Generator::GeneratorMethods::Hash (6016.0)

Alias of JSON::Generator::GeneratorMethods::Hash

...Alias of JSON::Generator::GeneratorMethods::Hash...

JSON::Ext::Generator::GeneratorMethods::Integer (6016.0)

Alias of JSON::Generator::GeneratorMethods::Integer

...Alias of JSON::Generator::GeneratorMethods::Integer...

JSON::Ext::Generator::GeneratorMethods::NilClass (6016.0)

Alias of JSON::Generator::GeneratorMethods::NilClass

...Alias of JSON::Generator::GeneratorMethods::NilClass...

JSON::Ext::Generator::GeneratorMethods::Object (6016.0)

Alias of JSON::Generator::GeneratorMethods::Object

...Alias of JSON::Generator::GeneratorMethods::Object...

絞り込み条件を変える

JSON::Ext::Generator::GeneratorMethods::String (6016.0)

Alias of JSON::Generator::GeneratorMethods::String

...Alias of JSON::Generator::GeneratorMethods::String...

JSON::Ext::Generator::GeneratorMethods::String::Extend (6016.0)

Alias of JSON::Generator::GeneratorMethods::String::Extend

...Alias of JSON::Generator::GeneratorMethods::String::Extend...

JSON::Ext::Generator::GeneratorMethods::TrueClass (6016.0)

Alias of JSON::Generator::GeneratorMethods::TrueClass

...Alias of JSON::Generator::GeneratorMethods::TrueClass...

JSON::Generator::GeneratorMethods::Object#to_json(state_or_hash = nil) -> String (6006.0)

自身を to_s で文字列にした結果を JSON 形式の文字列に変換して返します。

...ruby]{
require "json"

class Person
attr :name, :age

def initialize(name, age)
@name, @age = name, age
end
end

tanaka = Person.new("tanaka", 29)

tanaka.to_json # => "\"#<Person:0x00007ffdec0167c8>\""
tanaka.method(:to_json).owner # => JSON::Ext::Generator::GeneratorMethods::Object
//}...
<< < 1 2 3 4 5 ... > >>