Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
al6x committed Jul 21, 2011
1 parent 5b84130 commit 088b819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vos/box.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def close


#
# Micelaneous
# Miscellaneous
#
def inspect; driver.to_s end
alias_method :to_s, :inspect
Expand Down
2 changes: 1 addition & 1 deletion lib/vos/drivers/ssh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def bash command


#
# Micelaneous
# Miscellaneous
#
def to_s; options[:host] end
def host; options[:host] end
Expand Down

0 comments on commit 088b819

Please sign in to comment.