Class: Rubyagents::UI::NullStyle

Inherits:
Object
  • Object
show all
Defined in:
lib/rubyagents/ui.rb

Overview

Passthrough style used on JRuby where lipgloss is unavailable

Instance Method Summary collapse

Instance Method Details

#render(text) ⇒ Object



14
15
16
# File 'lib/rubyagents/ui.rb', line 14

def render(text)
  text
end