class Numeric # Cast me to an int. def to_i_id to_i end # Cast me to a list of int. def to_i_ids [to_i] end end