class CodeFormatter::Environment

Public Class Methods

exist?(command) click to toggle source
# File lib/code_formatter/environment.rb, line 5
def self.exist?(command)
  !`which #{command}`.empty?
end