Module: FileCrawler::Finder::Command::Base
Instance Method Summary collapse
Instance Method Details
#exec(str) ⇒ Object
8 9 10 |
# File 'lib/file_crawler/finder/command.rb', line 8 def exec(str) `#{str}` end |
8 9 10 |
# File 'lib/file_crawler/finder/command.rb', line 8 def exec(str) `#{str}` end |