Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ext/object.rb
Overview
Copyright © 2012 by Tim Felgentreff
Instance Method Summary collapse
Instance Method Details
#cl_approx(x) ⇒ Object
4 5 6 |
# File 'lib/ext/object.rb', line 4 def cl_approx(x) self == x end |
#symbolic_weight? ⇒ Boolean
8 9 10 |
# File 'lib/ext/object.rb', line 8 def symbolic_weight? false end |