Class: OOP::ValueProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/oop/value_provider.rb

Defined Under Namespace

Classes: FileLib, JSONLib

Instance Method Summary collapse

Instance Method Details

#fileObject



9
10
11
# File 'lib/oop/value_provider.rb', line 9

def file
  FileLib
end

#jsonObject



18
19
20
# File 'lib/oop/value_provider.rb', line 18

def json
  JSONLib
end

#mathObject



22
23
24
# File 'lib/oop/value_provider.rb', line 22

def math
  Math
end