Class: Burn::Configuration::App

Inherits:
ConfigBase show all
Defined in:
lib/burn/config/app.rb

Instance Method Summary collapse

Methods inherited from ConfigBase

#method_missing

Constructor Details

#initializeApp

Returns a new instance of App.



4
5
6
7
8
9
10
11
12
# File 'lib/burn/config/app.rb', line 4

def initialize
  @target = :rom
  @width = 73
  @height = 13
  @frame_rate = :high
  @user_input = :disable
  @verbose = false
  @debug = false
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Burn::Configuration::ConfigBase