module Idlc::Deploy::Power

def true?(string)

def true?(string)
  string.to_s == 'true'
end