AnyCustomer.name #=> "AnyCustomer"
module Test class Abc end end Test::Bbc = Test::Abc it { expect(Test::Bbc.object_id).to eq(Test::Abc.object_id) }