From 383f97e3410e7a46ed1779e8aa770f9b3a5efc0b Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 14 Oct 2018 14:23:34 +0800 Subject: rubocop: fix offences of the Layout/EmptyLineBetweenDefs cop --- lib/pry/code/code_range.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/pry/code') 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 -- cgit v1.2.1