Class: Symbol
Instance Method Summary collapse
Instance Method Details
#to_hcl(indent = 0) ⇒ Object
85 |
# File 'lib/hcl/monkey_patch.rb', line 85 def to_hcl(indent = 0); HCL.escape_key(self.to_s); end |
85 |
# File 'lib/hcl/monkey_patch.rb', line 85 def to_hcl(indent = 0); HCL.escape_key(self.to_s); end |