class Rudisco::CLI::Presentation
Public Class Methods
new(**params)
click to toggle source
# File lib/rudisco/cli/presentation.rb, line 8 def initialize(**params) # no-doc raise NotImplementedError, "Abstract class called!" end
Public Instance Methods
show()
click to toggle source
# File lib/rudisco/cli/presentation.rb, line 12 def show # no-doc raise NotImplementedError, "Abstract method called!" end