lib/stella/text/resource.rb in stella-0.5.4 vs lib/stella/text/resource.rb in stella-0.5.5

- old
+ new

@@ -19,10 +19,10 @@ File.join(@path, "#{@lang}.yaml") end def load_resource return @messages unless @messages.empty? - Stella::LOGGER.debug("LOADING #{path}") + #Stella::LOGGER.debug("LOADING #{path}") raise UnsupportedLanguage unless File.exists?(path) @messages = YAML.load_file(path) end def messages \ No newline at end of file