rawscsi icon indicating copy to clipboard operation
rawscsi copied to clipboard

use [0] instead of first on string

Open jessejensen opened this issue 9 years ago • 0 comments

In newer versions of Ruby, there's no String#first method, but from 1.9+, using the [0] substring method will work.

jessejensen avatar Jan 08 '16 21:01 jessejensen