# File lib/rubypants.rb, line 437
  def named_entities
    {
      :single_left_quote  => '‘',
      :double_left_quote  => "“",
      :single_right_quote => "’",
      :double_right_quote => "”",
      :em_dash            => "—",
      :en_dash            => "–",
      :ellipsis           => "…",
      :non_breaking_space => " ",
      # :word_joiner      => N/A,
    }
  end