Class: Method

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

Instance Method Summary collapse

Instance Method Details

#async?Boolean

Returns:



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

def async?
  @method.async?
end