Method: Configurate::Proxy#singleton_class
- Defined in:
- lib/configurate/proxy.rb
#singleton_class ⇒ Object
61 62 63 64 65 66 67 |
# File 'lib/configurate/proxy.rb', line 61 def singleton_class target.singleton_class rescue ::TypeError class << self self end end |