Method: String#first

Defined in:
lib/string.rb

#firstObject



11
12
13
# File 'lib/string.rb', line 11

def first
  self[0, 1]
end