Method: String#head

Defined in:
lib/tankobon/ext/string.rb

#headObject



6
7
8
# File 'lib/tankobon/ext/string.rb', line 6

def head
  self[0]
end