Return the current binding.
[Source]
# File lib/commander/core_ext/object.rb, line 7 7: def get_binding 8: binding 9: end
[Validate]