class String
Public Instance Methods
initial()
click to toggle source
Get the first position
# File lib/hyla/core_ext.rb, line 30 def initial self[0,1] end
Get the first position
# File lib/hyla/core_ext.rb, line 30 def initial self[0,1] end