Class: Object

Inherits:
BasicObject
Defined in:
lib/detroit/core_ext/to_yamlfrag.rb

Instance Method Summary collapse

Instance Method Details

#to_yamlfragObject



4
5
6
# File 'lib/detroit/core_ext/to_yamlfrag.rb', line 4

def to_yamlfrag
  to_yaml.sub("---",'').rstrip
end