Method: Conflow::Redis::Script.script

Defined in:
lib/conflow/redis/script.rb

.scriptString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns LUA script of this Conflow::Redis::Script.

Returns:

  • (String)

    LUA script of this Conflow::Redis::Script



12
13
14
# File 'lib/conflow/redis/script.rb', line 12

def script
  @script
end