module FileCrawler::Finder::Command::Base

Public Instance Methods

exec(str) click to toggle source
# File lib/file_crawler/finder/command.rb, line 8
def exec(str)
  `#{str}`
end