Libraries
»
ji2p-base
(0.0.5)
»
Index (N)
»
NilClass
Class: NilClass
Inherits:
Object
Object
NilClass
show all
Defined in:
lib/maybe.rb
,
lib/core_ext.rb
Instance Method Summary
collapse
#
try
(*args) ⇒ Object
Instance Method Details
#
try
(*args) ⇒
Object
12 13 14
# File 'lib/maybe.rb', line 12
def
try
(
*
args
)
nil
end