Sha256: 53a1a15a4977710471de2b0000740da5eeb471e523667193654249b9a026e40c
Contents?: true
Size: 318 Bytes
Versions: 116
Compression:
Stored size: 318 Bytes
Contents
module RubyApp module Elements module Mobile require 'ruby_app/element' class Hash < RubyApp::Element template_path(:all, File.dirname(__FILE__)) attr_reader :data def initialize(data) super() @data = data end end end end end
Version data entries
116 entries across 116 versions & 1 rubygems