Class: Omnitest::Skeptic::Evidence
- Inherits:
-
Core::Dash
- Object
- Core::Dash
- Omnitest::Skeptic::Evidence
- Includes:
- Persistable
- Defined in:
- lib/omnitest/skeptic/evidence.rb
Defined Under Namespace
Modules: Persistable
Instance Attribute Summary
Attributes included from Persistable
Instance Method Summary collapse
- #serialize_hash(hash) ⇒ Object private
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 |