Skip to content

Instantly share code, notes, and snippets.

View Kutomore's full-sized avatar

Matheus Dutra Lima Kutomore

View GitHub Profile
require 'delegate'
class User
def born_on
Date.new(1989, 09, 10)
end
end
class UserDecorator < SimpleDelegator
def birth_year