Method: Boxes::VagrantBox#to_s
- Defined in:
- lib/vagrant_commands/boxes.rb
#to_s ⇒ Object
58 59 60 |
# File 'lib/vagrant_commands/boxes.rb', line 58 def to_s @box_name + ", " + @box_version + ", " + @box_provider + ", " + @box_location end |