Module: DbProxy
- Defined in:
- lib/db_proxy.rb,
lib/db_proxy/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
7 8 9 |
# File 'lib/db_proxy.rb', line 7 def self.hello puts "hello from DbProxy" end |