зеркало из https://github.com/github/ruby.git
[ruby/prism] Remove trailing parenthesis in Location#pretty_print
https://github.com/ruby/prism/commit/8eaa199a28
This commit is contained in:
Родитель
6ae2996e29
Коммит
488c0ed051
|
@ -117,7 +117,7 @@ module Prism
|
||||||
end
|
end
|
||||||
|
|
||||||
def pretty_print(q)
|
def pretty_print(q)
|
||||||
q.text("(#{start_line},#{start_column})-(#{end_line},#{end_column}))")
|
q.text("(#{start_line},#{start_column})-(#{end_line},#{end_column})")
|
||||||
end
|
end
|
||||||
|
|
||||||
def ==(other)
|
def ==(other)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче