Class: DevSystem::DevBox
Direct Known Subclasses
DevBox
Class Method Summary
collapse
Methods inherited from Liza::Box
[], color, configure, panels
Methods inherited from Liza::Unit
const_missing, division, part, system, #system, test_class
Class Method Details
.command ⇒ Object
16
17
18
|
# File 'lib/dev_system/dev_box.rb', line 16
def self.command(...)
self[:command].call(...)
end
|
.convert ⇒ Object
71
72
73
|
# File 'lib/dev_system/dev_box.rb', line 71
def self.convert(...)
self[:shell].convert(...)
end
|
.convert? ⇒ Boolean
75
76
77
|
# File 'lib/dev_system/dev_box.rb', line 75
def self.convert?(...)
self[:shell].convert?(...)
end
|
.converters ⇒ Object
55
56
57
|
# File 'lib/dev_system/dev_box.rb', line 55
def self.converters
self[:shell].converters
end
|
.converters_to ⇒ Object
59
60
61
|
# File 'lib/dev_system/dev_box.rb', line 59
def self.converters_to
self[:shell].converters_to
end
|
63
64
65
|
# File 'lib/dev_system/dev_box.rb', line 63
def self.format(...)
self[:shell].format(...)
end
|
67
68
69
|
# File 'lib/dev_system/dev_box.rb', line 67
def self.format?(...)
self[:shell].format?(...)
end
|
51
52
53
|
# File 'lib/dev_system/dev_box.rb', line 51
def self.formatters
self[:shell].formatters
end
|
20
21
22
|
# File 'lib/dev_system/dev_box.rb', line 20
def self.input
self[:command].input
end
|
.pick_many ⇒ Object
28
29
30
|
# File 'lib/dev_system/dev_box.rb', line 28
def self.pick_many(...)
self[:command].pick_many(...)
end
|
.pick_one ⇒ Object
24
25
26
|
# File 'lib/dev_system/dev_box.rb', line 24
def self.pick_one(...)
self[:command].pick_one(...)
end
|