class Object

Public Instance Methods

rubylog_matches_as_guard?(other) click to toggle source
# File lib/rubylog/mixins/object.rb, line 4
def rubylog_matches_as_guard? other
  self === other
end