module Doggy class Definition attr_reader :obj def initialize(obj) @obj = obj end end end