Method: CodeWeb::MethodCall#yields?

Defined in:
lib/code_web/method_call.rb

#yields?Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/code_web/method_call.rb', line 28

def yields?
  is_yielding
end