MetaProxy is a class just for const_missing
6 7 8
# File 'lib/feiku/faker_compat.rb', line 6 def self.const_missing(name) Proxy.new(name) end