Method: Arcenciel::Surfaces::Controller#initialize
- Defined in:
- lib/arcenciel/surfaces/controller.rb
#initialize(options) ⇒ Controller
Returns a new instance of Controller.
15 16 17 18 19 20 |
# File 'lib/arcenciel/surfaces/controller.rb', line 15 def initialize() @name = [:name] || default_name @knobs = [:knobs] || [] @device = nil end |