Class: Must::PositiveExpectation
- Inherits:
-
Expectation
- Object
- Expectation
- Must::PositiveExpectation
- Defined in:
- lib/ruby_ext/more/must.rb
Instance Method Summary collapse
Methods inherited from Expectation
Constructor Details
This class inherits a constructor from Must::Expectation
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Must::Expectation
Instance Method Details
#inspect ⇒ Object
95 |
# File 'lib/ruby_ext/more/must.rb', line 95 def inspect; "<#Must::PositiveExpectation #{object.inspect}>" end |