Sha256: 74dd4347b665f2b393e06119d609520dabfbde3fb5937e8199ad2665f4aff51c
Contents?: true
Size: 338 Bytes
Versions: 145
Compression:
Stored size: 338 Bytes
Contents
module RubyApp module Elements module Mobile require 'ruby_app/elements/mobile/click' class Link < RubyApp::Elements::Mobile::Click template_path(:all, File.dirname(__FILE__)) def initialize super self.attributes.merge!('href' => '#') end end end end end
Version data entries
145 entries across 145 versions & 1 rubygems