Method: RUTL::Interface::Base#respond_to_missing?

Defined in:
lib/rutl/interface/base.rb

#respond_to_missing?(*args) ⇒ Boolean

Returns:

  • (Boolean)


85
86
87
88
# File 'lib/rutl/interface/base.rb', line 85

def respond_to_missing?(*args)
  # This can't be right. Figure it out later.
  current_view.respond_to?(*args)
end