class ScriptedClient::Industry

Public Class Methods

all(*args) click to toggle source

Caching because industries never change

Calls superclass method
# File lib/scripted_client/industry.rb, line 5
def self.all(*args)
  @@all ||= super
end