class REHTML::Comment

Attributes

string[R]

Public Class Methods

new(string) click to toggle source
# File lib/rehtml/elements.rb, line 37
def initialize(string)
  @string = string
end