Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: #2258 Some gems or app code may define methods on `Class` after `grape` is loaaded but before `override_all_methods!` is called. As such it's better to check `Class.method_defined?` when doing the override.
- Loading branch information