mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
638852f343
The `Object` class in Ruby defines an instance method named `method` that receives a symbol a returns a `Method` object. Byebug uses this method to grab information about the parameters of each frame in the backtrace. The `Capybara::RackTest::Form` class defines a method called `method`, overriding the method mentioned above. This case could probably be rescued in `byebug`, but since the method is just a private utility in the class, I think it is fine to just rename it to something else inside capybara. While renaming it, I noticed a typo in a variable name, so I made the renamings so that the typo is corrected too. |
||
---|---|---|
.. | ||
browser.rb | ||
css_handlers.rb | ||
driver.rb | ||
form.rb | ||
node.rb |