Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5350a1c

Browse files
committed
Formatting
1 parent 8e47e39 commit 5350a1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎README.rdoc‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ memcache-client 1.8.0 added support for native EventMachine connections using
4242
Ruby 1.9. If you are using an EventMachine-based application (e.g. thin), you can
4343
activate the EventMachine support like so:
4444

45-
require 'memcache'
46-
require 'memcache/event_machine'
47-
48-
EM.run do
49-
Fiber.new do
50-
m = MemCache.new('localhost:11211')
51-
m.set 'abc', 'xyz'
52-
m.get 'abc'
53-
end.resume
54-
end
45+
require 'memcache'
46+
require 'memcache/event_machine'
47+
48+
EM.run do
49+
Fiber.new do
50+
m = MemCache.new('localhost:11211')
51+
m.set 'abc', 'xyz'
52+
m.get 'abc'
53+
end.resume
54+
end
5555

5656
== Questions?
5757

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /