Class: Yardcheck::MethodCall::Return

Inherits:
Yardcheck::MethodCall show all
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

.process(return_value:, **kwargs) ⇒ Object



49
50
51
# File 'lib/yardcheck/method_call.rb', line 49

def self.process(return_value:, **kwargs)
  super(return_value: TestValue.process(return_value), **kwargs)
end

Instance Method Details

#return?Boolean

Returns:

  • (Boolean)


53
54
55
# File 'lib/yardcheck/method_call.rb', line 53

def return?
  true
end