Module: JSON::Editor::MenuExtension

Includes:
Gtk
Defined in:
lib/json/editor.rb

Overview

This module bundles some method, that can be used to create a menu. It should be included into the class in question.

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*a, &b) ⇒ Object



254
255
256
# File 'lib/json/editor.rb', line 254

def method_missing(*a, &b)
  treeview.__send__(*a, &b)
end