class UncleKryon::Subregions
Constants
- DEFAULT_FILEPATH
Public Class Methods
load_file(filepath=DEFAULT_FILEPATH)
click to toggle source
# File lib/unclekryon/iso/subregion.rb, line 31 def self.load_file(filepath=DEFAULT_FILEPATH) return Subregions.new.load_file(filepath) end
new()
click to toggle source
Calls superclass method
UncleKryon::BaseIsos::new
# File lib/unclekryon/iso/subregion.rb, line 27 def initialize super() end