Returns a new instance of Stat.
15 16 17 18 19 20
# File 'lib/libsql/sqlite3/status.rb', line 15 def initialize( name ) @name = name @code = ::Libsql::SQLite3::Constants::Status.value_from_name( name ) @current = nil @highwater = nil end