Sha256: 3588eb8ff53e8e977579df40d87454b8456f0fdcaff75723587c576600a82c4e
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
module RubyApp module Elements module Dialogs require 'ruby_app/elements' class BlankDialog < RubyApp::Elements::Dialog template_path(:all, File.dirname(__FILE__)) def initialize super end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems