class NilDuck < NilObject def name 'Demo Duck' end def status 'sleeping' end def color 'gray' end def migratory? true end end