Method: Ruber::KTextEditorWrapper::InterfaceProxy#initialize

Defined in:
lib/ruber/editor/ktexteditor_wrapper.rb

#initialize(obj) ⇒ InterfaceProxy

Creates a new InterfaceProxy. obj is the Qt::Object to cast to the appropriate interface



53
54
55
56
# File 'lib/ruber/editor/ktexteditor_wrapper.rb', line 53

def initialize obj
  @obj = obj
  @interface = nil
end