module JpStringsFinder

Constants

VERSION

Public Class Methods

find_in(file_path) click to toggle source
# File lib/jp_strings_finder.rb, line 7
def self.find_in(file_path)
  Finder.new(file_path).find
end