An abstract field used as the parent class of the two comments fields.
Instance Methods
lib/prism/relocation.rb
View on GitHub
# File tmp/rubies/ruby-master/lib/prism/relocation.rb, line 329
def comments(values)
values.map { |value| Comment.new(value.slice) }
end
Create comment objects from the given values.