class Middleman::Profiling::RubyProfProfiler
def initialize
def initialize require 'ruby-prof' rescue LoadError raise "To use the --profile option, you must add the 'ruby-prof' gem to your Gemfile" end
def initialize require 'ruby-prof' rescue LoadError raise "To use the --profile option, you must add the 'ruby-prof' gem to your Gemfile" end