Libraries
»
irb
(3.4.1)
»
Index
»
IRB
»
Locale
»
#gets
Method: IRB::Locale#gets
Defined in:
lib/irb/locale.rb
#
gets
(*rs) ⇒
Object
62 63 64
# File 'lib/irb/locale.rb', line 62
def
gets
(
*
rs
)
String
(
super
(
*
rs
)
)
end