Sha256: 4a07d4f220236053dacbc06e4b003454fa184dc78fd54ec96062b6bbf8045627
Contents?: true
Size: 308 Bytes
Versions: 17
Compression:
Stored size: 308 Bytes
Contents
module Padrino module Admin module Utils # This module it's used for convert a string in a literal json variable module Literal # This method return a json literal variable def to_l Padrino::Admin::Config::Variable.new(self) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems