module ExampleHelper def example_format(text) "#{text}" end end