Class: Bunch::NullNode
- Inherits:
-
FileNode
- Object
- AbstractNode
- FileNode
- Bunch::NullNode
- Defined in:
- lib/bunch/null_node.rb
Instance Attribute Summary
Attributes inherited from FileNode
Attributes inherited from AbstractNode
Instance Method Summary collapse
Methods inherited from FileNode
Methods inherited from AbstractNode
Constructor Details
This class inherits a constructor from Bunch::FileNode
Instance Method Details
#content ⇒ Object
3 4 5 |
# File 'lib/bunch/null_node.rb', line 3 def content '' end |
#target_extension ⇒ Object
7 8 9 |
# File 'lib/bunch/null_node.rb', line 7 def target_extension nil end |