lib/amqp/frame.rb in amqp-0.7.0 vs lib/amqp/frame.rb in amqp-0.7.1
- old
+ new
@@ -1,9 +1,9 @@
# encoding: utf-8
-require File.expand_path('../spec', __FILE__)
-require File.expand_path('../buffer', __FILE__)
-require File.expand_path('../protocol', __FILE__)
+require "amqp/spec"
+require "amqp/buffer"
+require "amqp/protocol"
module AMQP
class Frame #:nodoc: all
def initialize(payload = nil, channel = 0)
@channel, @payload = channel, payload