Method: CLI::UI::Frame::FrameStyle#prefix

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

#prefixObject

This method is abstract.

Returns the character(s) that should be printed at the beginning of lines inside this frame : -> String

Raises:

  • (NotImplementedError)


45
46
47
# File 'lib/cli/ui/frame/frame_style.rb', line 45

def prefix
  raise(NotImplementedError)
end