Set the interface to invisible.
Vedeu.interface :my_interface do # ... some code end
Returns:
255 256 257
# File 'lib/vedeu/interfaces/dsl.rb', line 255 def hide! visible(false) end