Module: MethodReload::MethodExtensions
- Included in:
- Method, UnboundMethod
- Defined in:
- lib/method_reload.rb
Instance Method Summary collapse
-
#reload ⇒ Object
Reload the code for the method from disk.
Instance Method Details
#reload ⇒ Object
Reload the code for the method from disk.
14 15 16 |
# File 'lib/method_reload.rb', line 14 def reload owner.module_eval source, *source_location end |