Skip to content

Commit

Permalink
Merge pull request #37 from grosser/grosser/method
Browse files Browse the repository at this point in the history
remove method core extension since it is not needed since ruby 1.9
  • Loading branch information
HarlemSquirrel authored Jun 8, 2020
2 parents 0e44d75 + 2e1dd54 commit 2c7bc2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion lib/amazing_print.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# so do nothing for subsequent requires.
#
unless defined?(AmazingPrint::Inspector)
%w[awesome_method_array string method object class kernel].each do |file|
%w[awesome_method_array string object class kernel].each do |file|
require_relative "amazing_print/core_ext/#{file}"
end

Expand Down
23 changes: 0 additions & 23 deletions lib/amazing_print/core_ext/method.rb

This file was deleted.

0 comments on commit 2c7bc2d

Please sign in to comment.