mostly brackets and formatting

This commit is contained in:
Torsten Ruger
2018-03-23 18:55:23 +02:00
parent c51e593335
commit b4a18bc59b
5 changed files with 10 additions and 7 deletions

View File

@ -20,7 +20,7 @@ module Parfait
attr_reader :return_address, :return_value
attr_reader :caller , :name , :arguments
def initialize next_m
def initialize( next_m )
@next_message = next_m
@frame = NamedList.new()
@arguments = NamedList.new()