class SelectBy::CoreExtensions::Array::SelectingBy::InvalidSelectingMethodError
Public Instance Methods
message()
click to toggle source
# File lib/select_by/core_extensions/array/selecting_by.rb, line 14 def message "Only #{SELECTING_METHODS} methods can be passed to private method: :selecting_by" end