Class: Method

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

Instance Method Summary collapse

Instance Method Details

#async?Boolean

Returns:



80
81
82
# File 'opal/stdlib/await.rb', line 80

def async?
  @method.async?
end