Skip to content

Commit 48ff4f8

Browse files
require 'rubygems' is no longer necessary (#131)
* require 'rubygems' is no longer necessary
1 parent d29ec10 commit 48ff4f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ $ gem install ougai
3737
All arguments of the `initialize` pass through to **::Logger**.
3838

3939
```ruby
40-
require 'rubygems'
4140
require 'ougai'
4241

4342
logger = Ougai::Logger.new($stdout)
@@ -357,7 +356,6 @@ gem 'amazing_print'
357356
Set *Ougai::Formatters::Readable* instance to `formatter` accessor
358357

359358
```ruby
360-
require 'rubygems'
361359
require 'ougai'
362360

363361
logger = Ougai::Logger.new(STDOUT)

0 commit comments

Comments
 (0)