class Rubydex::Comment
Attributes
string
[R]
String
Public Class Methods
(?string: String, ?location: Location) → void
Source
# File lib/rubydex/comment.rb, line 12 def initialize(string:, location:) @string = string @location = location end