Method: Delorean::Ruby::Whitelists::Matchers::Method#match_to?

Defined in:
lib/delorean/ruby/whitelists/matchers/method.rb

#match_to?Boolean

Returns:

  • (Boolean)


59
60
61
# File 'lib/delorean/ruby/whitelists/matchers/method.rb', line 59

def match_to?
  !match_to.nil?
end