class Middleman::Features::Lorem::LoremObject

def randm(range)

def randm(range)
  a = range.to_a
  a[rand(a.length)]
end