require 'debug_helper' class Foo def self.my_array %w/bat bam bad/ end def self.my_hash {:c => 2, :d => 3} end end