summaryrefslogtreecommitdiff
path: root/lib/pry/code
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-03-28 02:38:21 +0200
committerKyrylo Silin <silin@kyrylo.org>2019-03-28 02:38:21 +0200
commit3cfeeefc64c8b425ee78e9c7c9a4eea44dfaf566 (patch)
tree1eef81c376174e634bdf234aab79a79c560aec5f /lib/pry/code
parent65df22fa7b8085694f5f078e48f583f859cb3fbb (diff)
downloadpry-3cfeeefc64c8b425ee78e9c7c9a4eea44dfaf566.tar.gz
Stop requiring coderay in files that don't use it
Diffstat (limited to 'lib/pry/code')
-rw-r--r--lib/pry/code/code_range.rb2
-rw-r--r--lib/pry/code/loc.rb2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/pry/code/code_range.rb b/lib/pry/code/code_range.rb
index 51d32a2e..a28bdedb 100644
--- a/lib/pry/code/code_range.rb
+++ b/lib/pry/code/code_range.rb
@@ -1,5 +1,3 @@
-require 'coderay'
-
class Pry
class Code
# Represents a range of lines in a code listing.
diff --git a/lib/pry/code/loc.rb b/lib/pry/code/loc.rb
index 905c7693..06721967 100644
--- a/lib/pry/code/loc.rb
+++ b/lib/pry/code/loc.rb
@@ -1,5 +1,3 @@
-require 'coderay'
-
class Pry
class Code
# Represents a line of code (which may, in fact, contain multiple lines if