Method: Object#empty_binding

Defined in:
lib/neovim/ruby_provider.rb

#empty_bindingObject

Poor, poor RubyGems is polluting the global namespace. see <github.com/rubygems/rubygems/pull/7200>



13
14
15
# File 'lib/neovim/ruby_provider.rb', line 13

def empty_binding
  binding
end