class Fastlane::ActionCollector
def did_show_message?
def did_show_message? path = File.join(File.expand_path('~'), '.did_show_opt_info') did_show = File.exist? path File.write(path, '1') did_show end
def did_show_message? path = File.join(File.expand_path('~'), '.did_show_opt_info') did_show = File.exist? path File.write(path, '1') did_show end