1 2 3 4 5 6 7 8 9 10 11
# encoding: utf-8 # # A class for the sources.json file # module LeapCli module Config class Sources < Object end end end