Class: Method

Inherits:
Object show all
Defined in:
opal/stdlib/await.rb

Instance Method Summary collapse

Instance Method Details

#async?Boolean

Returns:



76
77
78
# File 'opal/stdlib/await.rb', line 76

def async?
  @method.async?
end