module DbProxy

Constants

VERSION

Public Class Methods

hello() click to toggle source

Your code goes here…

# File lib/db_proxy.rb, line 9
def self.hello
  puts "hello from DbProxy"
end