lib/ably.rb in ably-0.6.2 vs lib/ably.rb in ably-0.7.0
- old
+ new
@@ -8,13 +8,5 @@
require 'ably/exceptions'
require 'ably/logger'
require 'ably/realtime'
require 'ably/rest'
require 'ably/version'
-
-# Ably is the base namespace for the Ably {Ably::Realtime Realtime} & {Ably::Rest Rest} client libraries.
-#
-# Please refer to the {file:README.md Readme} on getting started.
-#
-# @see file:README.md README
-module Ably
-end