Class: Gemtext::Whitespace
Instance Attribute Summary
Attributes inherited from Node
Class Method Summary collapse
Methods inherited from Node
#==, #deconstruct_keys, #initialize, #inspect
Constructor Details
This class inherits a constructor from Gemtext::Node
Class Method Details
.[](content) ⇒ Object
3 4 5 |
# File 'lib/gemtext/whitespace.rb', line 3 def self.[](content) new content end |