lib/net/ip/route.rb in net-ip-0.0.6 vs lib/net/ip/route.rb in net-ip-0.0.7

- old
+ new

@@ -20,10 +20,9 @@ def to_params str = "" str << "via #{@via} " if @via str << "dev #{@dev} " if @dev str << "weight #{@weight}" if @weight - str << " table #{@table} " if @table str << " proto #{@proto} " if @proto str << " scope #{@scope} " if @scope str << " src #{@src} " if @src str << " metric #{@metric} " if @metric str << " error #{@error}" if @error