Method: JavaMethod#returns_nothing?

Defined in:
lib/java_testing_guff/qdox_extensions.rb

#returns_nothing?Boolean

Returns:

  • (Boolean)


470
471
472
# File 'lib/java_testing_guff/qdox_extensions.rb', line 470

def returns_nothing?
    returns.void?
end