Sha256: 17e0542ed7308d8f58e7b6f9af5ebb81befcca8244cff6e81b1b7949a58f9ad3
Contents?: true
Size: 284 Bytes
Versions: 41
Compression:
Stored size: 284 Bytes
Contents
module Rufus::Lua def self.to_lua_s_with_symbol(o) case o when Symbol then o.to_s.inspect else to_lua_s_without_symbol o end end class << self alias_method :to_lua_s_without_symbol, :to_lua_s alias_method :to_lua_s, :to_lua_s_with_symbol end end
Version data entries
41 entries across 41 versions & 1 rubygems