class Array

Public Instance Methods

to_harray() click to toggle source
# File lib/trials/extensions/array.rb, line 2
def to_harray
  HArray.new(self)
end