Class: Omnitest::Skeptic::Evidence

Inherits:
Core::Dash
  • Object
show all
Includes:
Persistable
Defined in:
lib/omnitest/skeptic/evidence.rb

Defined Under Namespace

Modules: Persistable

Instance Attribute Summary

Attributes included from Persistable

#autosave, #file

Instance Method Summary collapse

Methods included from Persistable

#[]=, #autosave?, #clear, included, #initialize, #reload, #save

Instance Method Details

#serialize_hash(hash) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



76
77
78
# File 'lib/omnitest/skeptic/evidence.rb', line 76

def serialize_hash(hash)
  ::YAML.dump(hash)
end