Module: Bparity::Formal::Assumptions::RuntimeMonitor::SingletonHook
- Defined in:
- lib/bparity/formal/assumptions.rb
Instance Method Summary collapse
Instance Method Details
#singleton_method_added(name) ⇒ Object
24 25 26 27 |
# File 'lib/bparity/formal/assumptions.rb', line 24 def singleton_method_added(name) RuntimeMonitor.record(singleton_class, "singleton method #{name} was redefined") super end |