Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/thoughtful/object.rb
Defined Under Namespace
Classes: Not
Instance Method Summary collapse
Instance Method Details
#__negate__ ⇒ Object
14 15 16 |
# File 'lib/thoughtful/object.rb', line 14 def __negate__ !self end |
#metaclass ⇒ Object
2 3 4 |
# File 'lib/thoughtful/object.rb', line 2 def class << self ; self ; end end |
#r(arg) ⇒ Object
6 7 8 |
# File 'lib/thoughtful/object.rb', line 6 def r(arg) raise arg.inspect end |