Method: RUTL::Interface::Base#current_view

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

#current_viewObject

Should define in children; raises here. Should return the current view class.



43
44
45
# File 'lib/rutl/interface/base.rb', line 43

def current_view
  raise 'define in child classes'
end