lib/blobject.rb in blobject-0.1.1 vs lib/blobject.rb in blobject-0.1.2

- old
+ new

@@ -1,5 +1,7 @@ +Dir["#{File.dirname __FILE__}/blobject/*.rb"].each {|file| require "#{file}" } + def blobject *parameters, &block Blobject.new *parameters, &block end # similar to OpenStruct @@ -166,6 +168,6 @@ true end end end -end \ No newline at end of file +end