Module: DataSpec
- Defined in:
- lib/data_spec/helpers.rb,
lib/data_spec/helpers.rb,
lib/data_spec/version.rb,
lib/data_spec/matchers.rb
Defined Under Namespace
Modules: Helpers, Matchers, Refinements
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
Class Method Details
.parse(string) ⇒ Object
80 81 82 |
# File 'lib/data_spec/helpers.rb', line 80 def self.parse string DataSpec::Helpers.parse(string) end |