stephenmurdoch (stephen murdoch)
- Login: stephenmurdoch
- Email: stephenjamesmurdoch@gmail.com
- Registered on: 05/12/2013
- Last sign in: 05/12/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/12/2013
-
01:00 AM Ruby Feature #8391 (Closed): Introduce Object.singleton_method(:sym)
- =begin
In the code below:
module A
def self.hello end
def world end
end
We can reflect on the instance method like so:
A.instance_methods # => [:world]
A.instance_method :world # => #<UnboundMet...