2017年10月19日 星期四

rails singleton class



```rb
# File activesupport/lib/active_support/core_ext/object/singleton_class.rb, line 3
  def singleton_class
    class << self
      self
    end
  end
```

沒有留言:

張貼留言