[ruby/prism] essentialy ==> essentially
https://github.com/ruby/prism/commit/9c68c01bcd
This commit is contained in:
parent
5c3a52627f
commit
dbb8f97eaa
@ -155,7 +155,7 @@ module Prism
|
||||
|
||||
# Specialized version of `code_units_column` that does not depend on
|
||||
# `code_units_offset`, which is a more expensive operation. This is
|
||||
# essentialy the same as `Prism::Source#column`.
|
||||
# essentially the same as `Prism::Source#column`.
|
||||
def code_units_column(byte_offset, encoding)
|
||||
byte_offset - line_start(byte_offset)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user