6 7 8 9 10 11 12
# File 'lib/cassandra_object/mocking.rb', line 6 def use_mock!(really=true) if really self.connection_class = Cassandra::Mock else self.connection_class = Cassandra end end