Singleton reader.
9 10 11
# File 'lib/james/controller.rb', line 9 def self.instance @controller ||= new end