class Vertigo::Comment

Attributes

str[RW]

Public Class Methods

new(str=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 29
def initialize str=nil
  @str=str
end