Class: Varkek::Checker

Inherits:
Object
  • Object
show all
Defined in:
lib/varkek.rb

Instance Method Summary collapse

Instance Method Details

#getControllersObject



11
12
# File 'lib/varkek.rb', line 11

def getControllers
end

#getViewObject



14
15
# File 'lib/varkek.rb', line 14

def getView
end

#whatisObject



7
8
9
# File 'lib/varkek.rb', line 7

def whatis
  puts 'Automative Rails MVC variable checker'
end