Skip to content

Commit

Permalink
Expose top level find
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jun 5, 2018
1 parent 170cd9a commit 22ca801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/anystyle.rb
Expand Up @@ -64,4 +64,8 @@ def self.parse(*arguments)
def self.finder
Finder.instance
end

def self.find(*arguments)
finder.find(*arguments)
end
end

0 comments on commit 22ca801

Please sign in to comment.