module Librails::ViewHelper

Public Instance Methods

hello_method2() click to toggle source
# File lib/librails/view_helper.rb, line 5
def hello_method2
  'Hello World!2'
end