polish docs
and a bit of code style
This commit is contained in:
@@ -24,6 +24,9 @@ module Common
|
||||
def [](i)
|
||||
@statements[i]
|
||||
end
|
||||
def <<(o)
|
||||
@statements << o
|
||||
end
|
||||
def collect(arr)
|
||||
@statements.each { |s| s.collect(arr) }
|
||||
super
|
||||
|
Reference in New Issue
Block a user