lib/ruby_ext/more.rb in ruby_ext-0.4.25 vs lib/ruby_ext/more.rb in ruby_ext-0.5.1

- old
+ new

@@ -1,10 +1,12 @@ require 'ruby_ext/core' +module RubyExt; end + %w( declarative_cache - observable2 + observable open_constructor - synchronize tuple - miscellaneous + callbacks + miscellaneous ).each{|f| require "ruby_ext/more/#{f}"} \ No newline at end of file