Method: Cassandra::Statements::Prepared#inspect
- Defined in:
- lib/cassandra/statements/prepared.rb
#inspect ⇒ String
Returns a CLI-friendly prepared statement representation.
169 170 171 |
# File 'lib/cassandra/statements/prepared.rb', line 169 def inspect "#<#{self.class.name}:0x#{object_id.to_s(16)} @cql=#{@cql.inspect}>" end |