lib/arachni/rpc.rb in arachni-rpc-0.1.2 vs lib/arachni/rpc.rb in arachni-rpc-0.1.3
- old
+ new
@@ -5,10 +5,9 @@
web site for more information on licensing and terms of use.
=end
require 'set'
-require 'yaml'
require File.join( File.expand_path( File.dirname( __FILE__ ) ), 'rpc', 'version' )
require File.join( File.expand_path( File.dirname( __FILE__ ) ), 'rpc', 'exceptions' )
require File.join( File.expand_path( File.dirname( __FILE__ ) ), 'rpc', 'message' )
require File.join( File.expand_path( File.dirname( __FILE__ ) ), 'rpc', 'request' )