class Dang::Parser::Code

Attributes

print[R]
str[R]

Public Class Methods

new(str, print) click to toggle source
# File lib/dang/parser.rb, line 490
def initialize(str, print)
  @str = str
  @print = print
end