example.rb in tokyo_api-1.5.1 vs example.rb in tokyo_api-1.6.0
- old
+ new
@@ -1,9 +1,10 @@
+# frozen_string_literal: true
+
$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')
require 'tokyo_api'
ta = TokyoApi.new(host: 'localhost:9000', username: 'tokyo', password: 'Passw0rd!', scheme: 'http')
-
require 'pry-debugger'
-binding.pry
\ No newline at end of file
+binding.pry