class HeterogeneousObjectsError

Public Class Methods

new(message = "Objects provided aren't all of the same type.") click to toggle source
Calls superclass method
# File lib/for/yield.rb, line 11
def initialize(message = "Objects provided aren't all of the same type.")
  super
end