# File lib/facet/string/first&last.rb, line 107 def first_char(n=nil) n = n.to_i return self.slice(0,n) end