lib/rubyserial.rb in rubyserial-0.2.4 vs lib/rubyserial.rb in rubyserial-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
-$:.unshift(File.dirname(__FILE__))
+# Copyright (c) 2014-2016 The Hybrid Group
+
require 'rbconfig'
require 'ffi'
include RbConfig
module RubySerial
@@ -16,6 +17,6 @@
require 'rubyserial/linux_constants'
else
require 'rubyserial/osx_constants'
end
require 'rubyserial/posix'
-end
\ No newline at end of file
+end