Class: Feiku::MetaProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/feiku/faker_compat.rb

Overview

MetaProxy is a class just for const_missing

Class Method Summary collapse

Class Method Details

.const_missing(name) ⇒ Object



6
7
8
# File 'lib/feiku/faker_compat.rb', line 6

def self.const_missing(name)
  Proxy.new(name)
end