Class: Relisp::WindowConfiguration
- Defined in:
- lib/relisp/type_conversion/editing_types.rb
Overview
A proxy to an Emacs window-configuration
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
-
#initialize(*args) ⇒ WindowConfiguration
constructor
args must be of the form (symbol, slave = Relisp.default_slave).
Methods inherited from Proxy
Constructor Details
#initialize(*args) ⇒ WindowConfiguration
args must be of the form (symbol, slave = Relisp.default_slave)
The symbol argument is considered to be the name of a pre-existing window-configuration in the slave process.
943 944 945 946 947 |
# File 'lib/relisp/type_conversion/editing_types.rb', line 943 def initialize(*args) super do raise ArgumentError, "Cannot create WindowConfiguration using 'new' method." end end |