module Hbserver

Constants

VERSION

Public Instance Methods

hello() click to toggle source

Your code goes here…

# File lib/hbserver.rb, line 7
def hello
  "helloworld"
end