class Backdat::Client

The backdat client application.

Public Class Methods

new(*argv) click to toggle source
# File lib/backdat/client.rb, line 3
def initialize(*argv)
  p argv
end

Public Instance Methods

run() click to toggle source
# File lib/backdat/client.rb, line 7
def run
  puts "running client"
end