lib/procemon/function/meta/inject_methods.rb in procemon-0.1.4 vs lib/procemon/function/meta/inject_methods.rb in procemon-0.1.5
- old
+ new
@@ -1,8 +1,6 @@
class Class
- #TODO refacotr to binding logic because this is useless now to me in hardcore use
-
# this will inject a code block to a target instance method
# by default the before or after sym is not required
# default => before
#
# Test.inject_singleton_method :hello do |*args|
\ No newline at end of file