class Object

Constants

PASCAL_REGEX_STRING

Public Instance Methods

in(container) click to toggle source
# File lib/helper_utils.rb, line 33
def in container
  container.include? self
end