427 428 429
# File 'lib/midilib/event.rb', line 427 def self.str_as_bytes(str) str.split(//).collect { |chr| chr.ord } end