You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise ArgumentError.new("String to be intranumeralized must be at least 5 characters long and end in -tion") unless length>=5 && self[-4..-1].downcase == 'tion'