summaryrefslogtreecommitdiff
path: root/lib/nasty/binding_behaviour.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nasty/binding_behaviour.rb')
-rw-r--r--lib/nasty/binding_behaviour.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/nasty/binding_behaviour.rb b/lib/nasty/binding_behaviour.rb
new file mode 100644
index 0000000..d043be0
--- /dev/null
+++ b/lib/nasty/binding_behaviour.rb
@@ -0,0 +1,7 @@
+module Nasty
+ module BindingBehaviour
+ def get_binder
+ binding
+ end
+ end
+end