Method: WebIDL::Ast::PromiseType#initialize
- Defined in:
- lib/webidl/ast/promise_type.rb
#initialize(return_type) ⇒ PromiseType
Returns a new instance of PromiseType.
7 8 9 |
# File 'lib/webidl/ast/promise_type.rb', line 7 def initialize(return_type) @return_type = return_type end |