# File lib/linguistics/en.rb, line 1706 def separate( value=:__no_arg__, &block ) ary = self.dup ary.separate!( value, &block ) return ary end