dev 1.0.104 → 1.0.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/dev/Project.rb +4 -4
- metadata +1 -1
data/lib/dev/Project.rb
CHANGED
|
@@ -269,10 +269,10 @@ class Project < Hash
|
|
|
269
269
|
end
|
|
270
270
|
|
|
271
271
|
def info
|
|
272
|
-
[ "file_count","loc" ].each do |k|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
272
|
+
#[ "file_count","loc" ].each do |k|
|
|
273
|
+
# puts_debug "set_default_value(#{k})"
|
|
274
|
+
# set_default_value(k)
|
|
275
|
+
# end
|
|
276
276
|
puts " "
|
|
277
277
|
Hash.print_hash("",self)
|
|
278
278
|
puts " "
|