class Rudisco::CLI::Presentation::Open
Attributes
exception[R]
@return [Exception]
Public Class Methods
new(**params)
click to toggle source
# File lib/rudisco/cli/presentation/open.rb, line 6 def initialize(**params) # no-doc @exception = params[:exception] end
Public Instance Methods
show()
click to toggle source
# File lib/rudisco/cli/presentation/open.rb, line 10 def show # no-doc aligned "Error! Exception: #{exception.message}", bold: true, width: 80, align: 'center' end