Class: JasmineParser::ExampleNode
- Defined in:
- lib/jasmine-parser/nodes/example_node.rb
Instance Attribute Summary
Attributes inherited from Node
#children, #filename, #js_object, #line, #name, #parent
Instance Method Summary collapse
Methods inherited from Node
#clone, #formatted_name, function_invocation, group, #initialize, it, #ready_to_be_adopted?, root, shared_behavior_declaration, shared_behavior_invocation
Constructor Details
This class inherits a constructor from JasmineParser::Node
Instance Method Details
#type ⇒ Object
35 36 37 |
# File 'lib/jasmine-parser/nodes/example_node.rb', line 35 def type :it end |