Structish::Array
Raises:
9 10 11 12
# File 'lib/structish_object_extensions.rb', line 9 def to_structish(structish_klass) raise(ArgumentError, "Class is not a child of Structish::Array") unless structish_klass < Structish::Array structish_klass.new(self) end