summaryrefslogtreecommitdiff
path: root/lib/pry/code
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-14 14:23:34 +0800
committerKyrylo Silin <silin@kyrylo.org>2018-10-14 14:40:48 +0800
commit383f97e3410e7a46ed1779e8aa770f9b3a5efc0b (patch)
treea34e49cb78c8e6b001742f2574b861749d8308bb /lib/pry/code
parente7f01818d36e92c883beb251badb045e5cdaefa7 (diff)
downloadpry-383f97e3410e7a46ed1779e8aa770f9b3a5efc0b.tar.gz
rubocop: fix offences of the Layout/EmptyLineBetweenDefs cop
Diffstat (limited to 'lib/pry/code')
-rw-r--r--lib/pry/code/code_range.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/code/code_range.rb b/lib/pry/code/code_range.rb
index 043be02e..bdd3a6d3 100644
--- a/lib/pry/code/code_range.rb
+++ b/lib/pry/code/code_range.rb
@@ -23,6 +23,7 @@ class Pry
private
def start_line; @start_line; end
+
def end_line; @end_line; end
# If `end_line` is equal to `nil`, then calculate it from the first