Opal Docs
»
Index (M)
»
Method
Class: Method
Inherits:
Object
Object
Method
show all
Defined in:
opal/stdlib/await.rb
Instance Method Summary
collapse
#
async?
⇒ Boolean
Instance Method Details
#
async?
⇒
Boolean
Returns:
(
Boolean
)
76 77 78
# File 'opal/stdlib/await.rb', line 76
def
async?
@method
.
async?
end