class Rundoc::PegTransformer::Visability
Attributes
command[R]
command?[R]
result[R]
result?[R]
Public Class Methods
new(command:, result:)
click to toggle source
# File lib/rundoc/peg_parser.rb, line 217 def initialize(command:, result:) @command = command @result = result end