Class: Yardcheck::MethodCall::Return
- Inherits:
-
Yardcheck::MethodCall
- Object
- Yardcheck::MethodCall
- Yardcheck::MethodCall::Return
- Defined in:
- lib/yardcheck/method_call.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Yardcheck::MethodCall
#example_id, #example_location, #initialize?, #method_identifier, #raise?
Class Method Details
Instance Method Details
#return? ⇒ Boolean
53 54 55 |
# File 'lib/yardcheck/method_call.rb', line 53 def return? true end |