diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-27 10:16:24 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-27 10:16:24 -0700 |
| commit | 5acc5665f0ae4be8496061de524d3c173aefb071 (patch) | |
| tree | cac975e35fffe6e85149a97aa35d2014b08dc912 /lib/nasty/expose_binding.rb | |
| parent | 31da2f75460270239f9f7d805191db005d388ce2 (diff) | |
rename to expose binding.
Diffstat (limited to 'lib/nasty/expose_binding.rb')
| -rw-r--r-- | lib/nasty/expose_binding.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/nasty/expose_binding.rb b/lib/nasty/expose_binding.rb new file mode 100644 index 0000000..5090b91 --- /dev/null +++ b/lib/nasty/expose_binding.rb @@ -0,0 +1,7 @@ +module Nasty + module ExposeBinding + def get_binder + binding + end + end +end |
