Module: Webber
- Defined in:
- lib/webber.rb,
lib/webber/server.rb,
lib/webber/version.rb
Defined Under Namespace
Classes: Server
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
7 8 9 |
# File 'lib/webber.rb', line 7 def hello "helloworld" end |