Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/neovim/ruby_provider.rb
Instance Method Summary collapse
-
#empty_binding ⇒ Object
Poor, poor RubyGems is polluting the global namespace.
Instance Method Details
#empty_binding ⇒ Object
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 |