# File lib/jammit.rb, line 144
  def self.set_public_root(public_root=nil)
    @public_root = public_root if public_root
  end