module Hash2lrtemplate::Extension

This module is meant to be included in the `Hash` class

Public Instance Methods

to_lrtemplate() click to toggle source

Convert the hash to .lrtemplate

@return [String] Converted string

# File lib/hash2lrtemplate/extension.rb, line 11
def to_lrtemplate
  Hash2lrtemplate::Convertor.call(self)
end