class SelectBy::CoreExtensions::Array::SelectingBy::InvalidArgumentError

Public Instance Methods

message() click to toggle source
# File lib/select_by/core_extensions/array/selecting_by.rb, line 8
def message
  "method argument or hash key must respond to to_s"
end