Module: Middlemarch
- Defined in:
- lib/middlemarch.rb,
lib/middlemarch/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.say_hello ⇒ Object
6 7 8 |
# File 'lib/middlemarch.rb', line 6 def self.say_hello puts "Hello, Middlemarch!" end |