Sha256: 51a8e10ae84d50cc3cb586c99790eb445ff50cd4a03cc6c8be3eafa780e37516
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
# -*- coding: utf-8 -*- require 'reflex/autoinit' require 'reflex/reflex' require 'spacy/window' module Spacy class Application < Reflex::Application def initialize () super :name => 'Spacy' end def on_start (e) @window = Window.new.show end end # Application end # Spacy
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spacy-0.1.9 | lib/spacy/application.rb |
spacy-0.1.8 | lib/spacy/application.rb |