Class: Hash
Instance Method Summary collapse
Instance Method Details
#inline ⇒ Object
132 133 134 135 136 |
# File 'lib/sdbcli/sdb-runner.rb', line 132 def inline obj = self.dup def obj.to_yaml_style; :inline; end return obj end |
#inline! ⇒ Object
138 139 140 141 142 |
# File 'lib/sdbcli/sdb-runner.rb', line 138 def inline! obj = self def obj.to_yaml_style; :inline; end return obj end |