Method: CLI::UI::Frame::FrameStyle#style_name

Defined in:
lib/cli/ui/frame/frame_style.rb

#style_nameObject

This method is abstract.

: -> Symbol

Raises:

  • (NotImplementedError)


37
38
39
# File 'lib/cli/ui/frame/frame_style.rb', line 37

def style_name
  raise(NotImplementedError)
end