lib/tracksale/configuration.rb in tracksale-0.0.4 vs lib/tracksale/configuration.rb in tracksale-0.0.5
- old
+ new
@@ -5,10 +5,10 @@
def client
@client ||= Tracksale::Client
end
- def force_dummy_client(on=true)
+ def force_dummy_client(on = true)
@client = on ?
Tracksale::DummyClient :
Tracksale::Client
end
end