Class: Ronin::Target
- Inherits:
-
Object
- Object
- Ronin::Target
- Includes:
- DataMapper::Timestamps, Model
- Defined in:
- lib/ronin/target.rb
Overview
Instance Method Summary collapse
-
#to_s ⇒ String
Converts the target to a String.
Methods included from Model
Instance Method Details
#to_s ⇒ String
Converts the target to a String.
64 65 66 |
# File 'lib/ronin/target.rb', line 64 def to_s self.address.to_s end |