Class: ApiExplorer::Node::NullNode
- Inherits:
-
Object
- Object
- ApiExplorer::Node::NullNode
- Defined in:
- lib/api_explorer/node.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
25 26 27 |
# File 'lib/api_explorer/node.rb', line 25 def method_missing nil end |
Instance Method Details
#full_path ⇒ Object
21 22 23 |
# File 'lib/api_explorer/node.rb', line 21 def full_path "" end |