module GtestHelper

Public Instance Methods

wellcome_gtest(name) click to toggle source
# File lib/helpers/gtest_helper.rb, line 2
def wellcome_gtest name
        "<p class=\"gtest\" >#{name}! Wellcome dude!</p>".html_safe
end