Class: Ronin::Software
Overview
Represents a Software product.
Instance Method Summary collapse
-
#to_s ⇒ String
Converts the software to a String.
Methods included from Model
Instance Method Details
#to_s ⇒ String
Converts the software to a String.
51 52 53 |
# File 'lib/ronin/software.rb', line 51 def to_s [self.vendor, self.name, self.version].compact.join(' ') end |