dfcc766163
625f7b5a5b
80e66cc4d9
1 2
3 4
5
# frozen_string_literal: true module JustMeHelper def me() "mine!" end end