Class: UserAgentGenerator::Display

Inherits:
Object
  • Object
show all
Defined in:
lib/User_Agent_Generator/display.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Display

Returns a new instance of Display.



4
5
6
# File 'lib/User_Agent_Generator/display.rb', line 4

def initialize(options)
  @options = options
end

Instance Method Details

#render(output_info) ⇒ Object



8
9
10
# File 'lib/User_Agent_Generator/display.rb', line 8

def render(output_info)
  puts output_info
end