lib/ruby/client.rb in ruby-client-1.0.6 vs lib/ruby/client.rb in ruby-client-1.0.7

- old
+ new

@@ -1,7 +1,11 @@ module Nimiq - module Client - class Error < StandardError; end + class Error < StandardError; end + + class Client + def world + puts "hey world" + end # Your code goes here... end end