module Imasgen
Constants
- CINDERELLA
- MILLIONLIVE
- SIDEM
- VERSION
Public Class Methods
cinderella()
click to toggle source
# File lib/imasgen/cinderella_girls.rb, line 17 def self.cinderella @imas_cg ||= Imasgen::CinderellaGirlsCls.new @imas_cg.auto_reset = true @imas_cg end
millionlive()
click to toggle source
# File lib/imasgen/million_live.rb, line 17 def self.millionlive @imas_ml ||= MillionLiveCls.new @imas_ml.auto_reset = true @imas_ml end
mixnuts(*args)
click to toggle source
# File lib/imasgen/mixnuts.rb, line 40 def self.mixnuts(*args) nuts = MIXNUTSCls.new(*args) nuts.auto_reset = true nuts end
sidem()
click to toggle source
# File lib/imasgen/sidem.rb, line 17 def self.sidem @sidem ||= SideMCls.new @sidem.auto_reset = true @sidem end