Method: Object#singleton_class
- Defined in:
- lib/baiduAiFace/client.rb
#singleton_class ⇒ Object
11 12 13 |
# File 'lib/baiduAiFace/client.rb', line 11 def singleton_class class << self; self; end end |
11 12 13 |
# File 'lib/baiduAiFace/client.rb', line 11 def singleton_class class << self; self; end end |