Module: AuiManagerEnumerable

Includes:
Enumerable
Defined in:
lib/xrc_pepper.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object

alias_method :each, :each_pane



87
88
89
90
# File 'lib/xrc_pepper.rb', line 87

def method_missing(name, *args)
  pi = get_pane(name.to_s)
  pi.ok? ? pi : super
end