# File lib/org-ruby/line.rb, line 73
    def property_drawer_item
      @line =~ PropertyDrawerItemRegexp

      [$1, $2]
    end