Module: WebIDL::Parser::IDL::OmittableSpecials0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#omit ⇒ Object
2767 2768 2769 |
# File 'lib/webidl/parser/idl.rb', line 2767 def omit elements[0] end |
#Specials ⇒ Object
2775 2776 2777 |
# File 'lib/webidl/parser/idl.rb', line 2775 def Specials elements[2] end |
#ws ⇒ Object
2771 2772 2773 |
# File 'lib/webidl/parser/idl.rb', line 2771 def ws elements[1] end |