class Ronn::Document

def path_section

no path is available.
Returns the
part of the path, or nil when
def path_section
  $1 if @basename.to_s =~ /\.(\d\w*)\./
end