Module: Sidebars::Concerns::HasHint

Defined in:
lib/sidebars/concerns/has_hint.rb

Instance Method Summary collapse

Instance Method Details

#hint_html_optionsObject



13
14
15
# File 'lib/sidebars/concerns/has_hint.rb', line 13

def hint_html_options
  {}
end

#show_hint?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/sidebars/concerns/has_hint.rb', line 9

def show_hint?
  false
end