Libraries
»
daff
(1.3.26)
»
Index
»
Reflect
»
is_function
Method: Reflect.is_function
Defined in:
lib/lib/reflect.rb
.
is_function
(f) ⇒
Object
25 26 27
# File 'lib/lib/reflect.rb', line 25
def
Reflect
.
is_function
(
f
)
f
.
respond_to?
(
"call"
)
end