module PrismCompilerMonkeyPatches::PrismRPMonkeyPatches
Public Instance Methods
Source
# File lib/flay.rb, line 30 def process ruby, file="(string)", timeout=nil Timeout.timeout timeout do parse ruby, file end end
Source
# File lib/flay.rb, line 36 def translate(result, filepath) result.attach_comments! super end
Calls superclass method