Merge c669d46efb into 03deda313a
This commit is contained in:
commit
2a4affa330
@ -61,7 +61,7 @@ def route_status response
|
|||||||
end
|
end
|
||||||
|
|
||||||
def way_list instructions
|
def way_list instructions
|
||||||
instructions.
|
instructions.reject { |r| r[0]=='You have reached your destination' }.
|
||||||
map { |r| r[1] }.
|
map { |r| r[1] }.
|
||||||
map { |r| r=="" ? '""' : r }.
|
map { |r| r=="" ? '""' : r }.
|
||||||
join(',')
|
join(',')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user