# File test.rb, line 55 def initialize (a = "", b = "") @sql_primary_key = :sub1 @sub1 = a @sub2 = b @arr = [3, 4, 5, 6] @sometime = Time.new end