RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: puchuu
/usr/bin/rake? ugly enough replace it with which rake
which rake
full fix =)
html.gsub(/ \<code \s+ (?: lang= (?: "(.+?)" ) | (?: '(.+?)' ) )? \s* \> (.*?) \<\/code\> /mx) do CodeRay.scan($3, $2.blank? ? $1 : $2).div(:css => :class); end
/usr/bin/rake? ugly enough
replace it with
which rake
full fix =)