Method: Otaku::Handler::Processor::MagicProc#code_regexp

Defined in:
lib/otaku/handler/processor.rb

#code_regexpObject



61
62
63
# File 'lib/otaku/handler/processor.rb', line 61

def code_regexp
  /^(.*?(Otaku\.start.*?|lambda|proc|Proc\.new)\s*(do|\{)\s*(\|(\w+)\|\s*))/m
end