lib/rubyrep/configuration.rb in rubyrep-1.1.1 vs lib/rubyrep/configuration.rb in rubyrep-1.1.2

- old
+ new

@@ -17,11 +17,11 @@ # Specify an SQL statement logger for this database connection. # Can be either # * a logger instance itself (Logger or Log4r::Logger) or # * the parameter to create a Logger with Logger.new # Examples: - # +config.left[:logger] = STDOUT - # +config.right[:logger] = Logger.new('rubyrep_debug.log') + # config.left[:logger] = STDOUT + # config.right[:logger] = Logger.new('rubyrep_debug.log') attr_accessor :right # Returns true unless running on windows... def self.true_if_running_in_a_terminal_and_not_under_windows # Not using RUBY_PLATFORM as it should also work under JRuby \ No newline at end of file