Module: Shellout

Included in:
MenuQuery
Defined in:
lib/shellout.rb,
lib/shellout/date.rb,
lib/shellout/menu.rb,
lib/shellout/task.rb,
lib/shellout/query.rb,
lib/shellout/table.rb,
lib/shellout/version.rb,
lib/shellout/calendar.rb,
lib/shellout/paragraph.rb,
lib/shellout/shadowbox.rb,
lib/shellout/date_query.rb,
lib/shellout/menu_query.rb,
lib/shellout/command_loop.rb

Overview

You can mixin this module to get shortcuts to the various functionality provided by the classes below this namespace

Defined Under Namespace

Classes: Calendar, CommandLoop, Date, DateQuery, Menu, MenuQuery, Paragraph, Query, Shadowbox, Table, Task

Constant Summary collapse

VERSION =
'0.5'

Instance Method Summary collapse

Instance Method Details

#Calendar(*whatever) ⇒ Object

See doc for Shellout::Calendar.new



31
32
33
# File 'lib/shellout.rb', line 31

def Calendar(*whatever)
  Shellout::Calendar.new(*whatever)
end

See doc for Shellout::Menu.new



46
47
48
# File 'lib/shellout.rb', line 46

def Menu(*whatever)
  Shellout::Menu.new(*whatever)
end

#Shadowbox(*whatever) ⇒ Object

See doc for Shellout::Shadowbox.new



36
37
38
# File 'lib/shellout.rb', line 36

def Shadowbox(*whatever)
  Shellout::Shadowbox.new(*whatever)
end

#Table(*whatever) ⇒ Object

See doc for Shellout::Table.new



41
42
43
# File 'lib/shellout.rb', line 41

def Table(*whatever)
  Shellout::Table.new(*whatever)
end