slice returns the range between start_offset and end_offset . ... you may use Ruby's range operator as a shorthand: [start_offset..end_offset] .
確定! 回上一頁