9 10 11 12
# File 'lib/datahen/cli/account.rb', line 9 def profile() client = Client::Account.new(options) puts "#{client.profile()}" end