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

- old
+ new

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