Module: WebIDL::Parser::IDL::Arguments0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#arg ⇒ Object
3270 3271 3272 |
# File 'lib/webidl/parser/idl.rb', line 3270 def arg elements[2] end |
#args ⇒ Object
3278 3279 3280 |
# File 'lib/webidl/parser/idl.rb', line 3278 def args elements[4] end |
#ws1 ⇒ Object
3266 3267 3268 |
# File 'lib/webidl/parser/idl.rb', line 3266 def ws1 elements[1] end |
#ws2 ⇒ Object
3274 3275 3276 |
# File 'lib/webidl/parser/idl.rb', line 3274 def ws2 elements[3] end |