Class: ApiExplorer::Node::NullNode

Inherits:
Object
  • Object
show all
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_missingObject



25
26
27
# File 'lib/api_explorer/node.rb', line 25

def method_missing
  nil
end

Instance Method Details

#full_pathObject



21
22
23
# File 'lib/api_explorer/node.rb', line 21

def full_path
  ""
end