# File lib/org-ruby/line.rb, line 59
    def property_drawer_end_block?
      @line =~ PropertyDrawerRegexp && $1 =~ /END/
    end