Libraries
»
fae
(0.2.2)
»
Index
»
String
»
#first
Method: String#first
Defined in:
lib/string.rb
#
first
⇒
Object
11 12 13
# File 'lib/string.rb', line 11
def
first
self
[
0
,
1
]
end