lib/spnet/storage/port_locater.rb in spnet-0.1.7 vs lib/spnet/storage/port_locater.rb in spnet-0.1.8
- old
+ new
@@ -13,9 +13,9 @@
}
attr_reader :block_name, :port_name
def initialize args
- hash_make ARG_SPECS, args
+ hash_make args, ARG_SPECS
end
end
end