# File lib/org-ruby/line.rb, line 173
    def begin_block?
      @line =~ BlockRegexp && $1 =~ /BEGIN/i
    end