module ExportStrings

Constants

VERSION

Public Class Methods

execute(file_path) click to toggle source
# File lib/export_strings.rb, line 6
def self.execute(file_path)
  Core.execute File.read(file_path)
end