class Object

Public Instance Methods

command?(command) click to toggle source
# File lib/jekyll-prettier.rb, line 3
def command?(command)
  system("which #{ command} > /dev/null 2>&1")
end