Module: ActiveGenie::Extractor
- Defined in:
- lib/active_genie/extractor.rb,
lib/active_genie/extractor/data.rb,
lib/active_genie/extractor/litote.rb,
lib/active_genie/extractor/explanation.rb
Defined Under Namespace
Classes: Data, Explanation, Litote
Class Method Summary
collapse
Class Method Details
.call ⇒ Object
11
12
13
|
# File 'lib/active_genie/extractor.rb', line 11
def call(...)
Explanation.call(...)
end
|
.data ⇒ Object
19
20
21
|
# File 'lib/active_genie/extractor.rb', line 19
def data(...)
Data.call(...)
end
|
.with_explanation ⇒ Object
15
16
17
|
# File 'lib/active_genie/extractor.rb', line 15
def with_explanation(...)
Explanation.call(...)
end
|
.with_litote ⇒ Object
23
24
25
|
# File 'lib/active_genie/extractor.rb', line 23
def with_litote(...)
Litote.call(...)
end
|