Sha256: 43cdab4c39fd511077b10926d1c4db9a44461de0cbd41cdf366d8b32c2bd4162
Contents?: true
Size: 247 Bytes
Versions: 14
Compression:
Stored size: 247 Bytes
Contents
# -*- coding: utf-8 -*- require 'reflex/view' module Reflex class ImageView has_model def image=(image) self.data = image end def on_data_update(e) set_image self.data end end# ImageView end# Reflex
Version data entries
14 entries across 14 versions & 1 rubygems