要約
目次
- 特異メソッド
- インスタンスメソッド
継承しているメソッド
- Hashから継承している特異メソッド
- TkUtilから継承しているメソッド
- Hashから継承しているメソッド
-
- <
- <=
- ==
- ===
- >
- >=
- assoc
- clear
- clone
- compare_by_identity
- compare_by_identity?
- default
- default=
- default_proc
- default_proc=
- delete
- delete_if
- dig
- dup
- each
- each_key
- each_pair
- each_value
- empty?
- eql?
- equal?
- fetch
- fetch_values
- flatten
- has_key?
- has_value?
- hash
- include?
- index
- inspect
- invert
- keep_if
- key
- key?
- keys
- length
- member?
- merge
- merge!
- rassoc
- rehash
- reject
- reject!
- select
- select!
- shift
- size
- sort
- to_a
- to_h
- to_hash
- to_proc
- to_s
- value?
- values
- values_at
- Enumerableから継承しているメソッド
-
- all?
- any?
- chunk
- chunk_while
- collect
- collect_concat
- count
- cycle
- detect
- drop
- drop_while
- each_cons
- each_entry
- each_slice
- each_with_index
- each_with_object
- entries
- find
- find_all
- find_index
- first
- flat_map
- grep
- grep_v
- group_by
- inject
- lazy
- map
- max
- max_by
- min
- min_by
- minmax
- minmax_by
- none?
- one?
- partition
- reduce
- reverse_each
- slice_after
- slice_before
- slice_when
- sort_by
- take
- take_while
- zip
特異メソッド
new(hash = nil)[permalink][rdoc]-
[TODO]
インスタンスメソッド
self + hash[permalink][rdoc]-
[TODO]
self[key][permalink][rdoc]cget(key)-
[TODO]
self[key] = value[permalink][rdoc]-
[TODO]
notify(target = nil)[permalink][rdoc]apply(target = nil)-
[TODO]
assign(*wins)[permalink][rdoc]-
[TODO]
configure(key, value = nil)[permalink][rdoc]-
[TODO]
observ_info[permalink][rdoc]-
[TODO]
observs[permalink][rdoc]-
[TODO]
replace(hash)[permalink][rdoc]-
[TODO]
store(key, value)[permalink][rdoc]-
[TODO]
unassign(*wins)[permalink][rdoc]-
[TODO]
update(hash)[permalink][rdoc]-
[TODO]
update_without_notify(hash)[permalink][rdoc]-
[TODO]
Hash#update と同じ。