Module: Lookout::Expected
- Defined in:
- lib/lookout-3.0/expected.rb
Overview
Function-like namespace for type-specific expected values. Every Object should be convertable to a Object when it receives
#to_lookout_expected. ::Object implements this method, so all objects are
covered by default. If you have a type that would benefit from more specific treatment, implement #to_lookout_expected by returning an instance of a subclass Object.
Defined Under Namespace
Modules: Classes, Lookout Classes: Array, Exception, FalseClass, Hash, Module, Object, Range, Regexp, String, Symbol, TrueClass