Module: ExportStrings
- Defined in:
- lib/export_strings.rb,
lib/export_strings/core.rb,
lib/export_strings/by_lex.rb,
lib/export_strings/by_sexp.rb,
lib/export_strings/version.rb
Defined Under Namespace
Classes: ByLex, BySexp, Core, Error
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
Class Method Details
.execute(file_path) ⇒ Object
6 7 8 |
# File 'lib/export_strings.rb', line 6 def self.execute(file_path) Core.execute File.read(file_path) end |