Class: Fried::Test::GetOptions
- Inherits:
-
Object
- Object
- Fried::Test::GetOptions
- Defined in:
- lib/fried/test/get_options.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.build ⇒ Object
6 7 8 |
# File 'lib/fried/test/get_options.rb', line 6 def self.build new end |
.call ⇒ Object
10 11 12 13 |
# File 'lib/fried/test/get_options.rb', line 10 def self.call instance = build instance.() end |