lib/lotus/config/load_paths.rb in lotusrb-0.1.0 vs lib/lotus/config/load_paths.rb in lotusrb-0.2.0

- old
+ new

@@ -11,10 +11,10 @@ def load!(root) @root = root each do |path| - Dir.glob(path.join(PATTERN)).each {|file| require file } + Dir.glob(path.join(PATTERN)).each { |file| require file } end end protected def realpath(path)