# File lib/facet/string/first&last.rb, line 118
  def last_char(n=nil)
    n = n.to_i
    return self[-n..-1]
  end