module Magnesium
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”,__FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”,__FILE__) require File.expand_path(“../../support/config”,__FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
require File.expand_path(“../../support/error”, __FILE__) require File.expand_path(“../../support/config”, __FILE__)
module TextField
require File.expand_path(“../../extensions/browser”,__FILE__) require File.expand_path(“../../support/error”,__FILE__) require File.expand_path(“../../extensions/js”,__FILE__)
require File.expand_path(“../../support/error”,__FILE__)
todo!!! framealert
store web info
store test data info
generate element
require File.expand_path(“../../fun/mysql”,__FILE__)
Constants
- VERSION
Attributes
Public Class Methods
# File lib/magnesium/extensions/scheduler.rb, line 20 def self.at #(period,execute) scheduler.at '#{@period}' do @execute end end
# File lib/magnesium/extensions/scheduler.rb, line 26 def self.cron #(period,execute) scheduler.cron '#{@period}' do @execute end end
# File lib/magnesium/extensions/scheduler.rb, line 8 def self.every #(period,execute) scheduler.every '#{@period}' do @execute end end
# File lib/magnesium/extensions/scheduler.rb, line 14 def self.in #(period,execute) scheduler.in '#{@period}' do @execute end end