module Unodos

Constants

VERSION

Public Class Methods

[](*list) click to toggle source
# File lib/unodos.rb, line 5
def self.[](*list)
  Unodos::Infinite.new(list)
end