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
Your code goes hereā¦
# File lib/db_proxy.rb, line 9 def self.hello puts "hello from DbProxy" end