class AppDynamics::Backend::AnyMatcher

Public Instance Methods

===(other) click to toggle source
# File lib/app_dynamics/backend.rb, line 5
def ===(other)
  !other.nil?
end