lib/client.rb in ruby-client-1.0.4 vs lib/client.rb in ruby-client-1.0.5
- old
+ new
@@ -43,10 +43,12 @@
# @pingres = @rpc.instance_variable_get(:@pingres)
# end
# end
# end
-module Ruby
+require "nimiq/version"
+
+module Nimiq
class Error < StandardError; end
class Client
def world
puts "hey world"