class Diepsohung::Builder

Public Instance Methods

hello(string) click to toggle source
# File lib/diepsohung/builder.rb, line 3
def hello(string)
  string + "diepsohung"
end