Class: Object

Inherits:
BasicObject
Defined in:
lib/neovim/ruby_provider.rb

Instance Method Summary collapse

Instance Method Details

#empty_bindingObject

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



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

def empty_binding
  binding
end