最速Rubyリファレンスマニュアル検索!
すべて(309)
2.1.0(24)
2.2.0(24)
2.3.0(24)
2.4.0(25)
2.5.0(25)
2.6.0(25)
2.7.0(27)
3.0(27)
3.1(27)
3.2(27)
3.3(27)
3.4(27)
309件ヒット
[301-309件を表示]
(0.013秒)
トップページ
>
:
self
>
クラス:Symbol
別のキーワード
object yield_self
_builtin yield_self
_builtin self
tracepoint self
codeobject document_self
ライブラリ
ビルトイン
(309)
キーワード
<=>
(12)
=~
(12)
[]
(60)
capitalize
(12)
downcase
(12)
end
_
with?
(6)
intern
(12)
length
(12)
match
(12)
match?
(9)
next
(12)
size
(12)
slice
(60)
start
_
with?
(6)
succ
(12)
swapcase
(12)
to
_
proc
(12)
to
_
sym
(12)
upcase
(12)
検索結果
先頭1件
Symbol
#
upcase(*options) -> Symbol
<<
<
...
2
3
4
>>
Symbol
#
upcase(*options) -> Symbol
(7.0)
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
小文字を大文字に変換したシンボルを返します。
...
小文字を大文字に変換したシンボルを返します。
(
self
.to_s.upcase.intern と同じです。)
:foo.upcase #=> :FOO
@see String#upcase
...
<<
<
...
2
3
4
>>