Method: Construqt::Regions.find

Defined in:
lib/construqt/regions.rb

.find(name) ⇒ Object



28
29
30
31
# File 'lib/construqt/regions.rb', line 28

def self.find(name)
  throw "region with name #{name} not found" unless @regions[name]
  @regions[name]
end