module Shellout
You can mixin this module to get shortcuts to the various functionality provided by the classes below this namespace
Constants
- VERSION
Public Instance Methods
Calendar(*whatever)
click to toggle source
See doc for Shellout::Calendar.new
# File lib/shellout.rb, line 31 def Calendar(*whatever) Shellout::Calendar.new(*whatever) end
Menu(*whatever)
click to toggle source
See doc for Shellout::Menu.new
# File lib/shellout.rb, line 46 def Menu(*whatever) Shellout::Menu.new(*whatever) end
Shadowbox(*whatever)
click to toggle source
See doc for Shellout::Shadowbox.new
# File lib/shellout.rb, line 36 def Shadowbox(*whatever) Shellout::Shadowbox.new(*whatever) end
Table(*whatever)
click to toggle source
See doc for Shellout::Table.new
# File lib/shellout.rb, line 41 def Table(*whatever) Shellout::Table.new(*whatever) end