Class: OOP::ValueProvider
- Inherits:
-
Object
- Object
- OOP::ValueProvider
show all
- Defined in:
- lib/oop/value_provider.rb
Defined Under Namespace
Classes: FileLib, JSONLib
Instance Method Summary
collapse
Instance Method Details
#file ⇒ Object
9
10
11
|
# File 'lib/oop/value_provider.rb', line 9
def file
FileLib
end
|
#json ⇒ Object
18
19
20
|
# File 'lib/oop/value_provider.rb', line 18
def json
JSONLib
end
|
#math ⇒ Object
22
23
24
|
# File 'lib/oop/value_provider.rb', line 22
def math
Math
end
|