minor simplification

This commit is contained in:
Torsten Ruger
2018-06-09 08:13:37 +03:00
parent ad3040a846
commit e4b4551acf
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ module Parfait
attr_reader :name , :risc_instructions , :for_type , :cpu_instructions
attr_reader :arguments_type , :frame_type , :binary , :next_method
# not part of the parfait model, hence ruby accessor
attr_accessor :source
def initialize( type , name , arguments_type , frame_type)