Module: NestedText::NTEncodeMixin
- Defined in:
- lib/nestedtext/encode_helpers.rb
Instance Method Summary collapse
Instance Method Details
#to_nt(indentation: 4) ⇒ Object
12 13 14 |
# File 'lib/nestedtext/encode_helpers.rb', line 12 def to_nt(indentation: 4) Dumper.new(EncodeOptions.new(indentation, false)).dump self end |