56.3.1. Connascence of Name

class Customer
    def email
        …
    end
end

def send_mail(customer)
    customer.email
end

Nebo.

create_table "customers" do |t|
    t.column :email, :string
    …
end

Licence Creative Commons
Tento dokument Ruby, jehož autorem je Radek Hnilica, podléhá licenci Creative Commons Uveďte autora-Nevyužívejte dílo komerčně-Zachovejte licenci 3.0 Česká republika .