Class: Xim::App
- Inherits:
-
Object
- Object
- Xim::App
- Defined in:
- lib/xim/app.rb
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ App
constructor
A new instance of App.
Constructor Details
#initialize(opts = {}) ⇒ App
Returns a new instance of App.
3 4 5 6 7 |
# File 'lib/xim/app.rb', line 3 def initialize(opts = {}) @opts = opts editor = Xim::Editor.new(:file => @opts[:file]) end |