Method: Vedeu::Interfaces::DSL#hide!

Defined in:
lib/vedeu/interfaces/dsl.rb

#hide!Boolean

Set the interface to invisible.

Examples:

Vedeu.interface :my_interface do
  # ... some code
end

Returns:

  • (Boolean)


255
256
257
# File 'lib/vedeu/interfaces/dsl.rb', line 255

def hide!
  visible(false)
end