module Stack module Utils def self.to_path(str) "#{self.gsub(/[\/]+$/, '')}/" end end end