class Vizier::NullPresenter
Simple pass-through presenter that serves as a default.
We may want to use something other than `.new` so this can actually return the object rather than a new instance of itself.
Public Class Methods
new(object, *)
click to toggle source
# File lib/vizier/null_presenter.rb, line 10 def initialize(object, *) __setobj__ object end