class Prism::Relocation::CharacterColumnsField
A field representing the start and end character columns.
Public Instance Methods
Source
# File lib/prism/relocation.rb, line 271
def fields(value)
{
start_character_column: value.start_character_column,
end_character_column: value.end_character_column
}
end Fetches the start and end character column of a value.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.