Class: JustImplement

Inherits:
ActionScriptClass show all
Defined in:
lib/shed/mixers/just_implement.rb

Overview

Takes an ActionScript 3 Interface file and generates all method and accessor implementations from it.

Instance Method Summary collapse

Methods inherited from ActionScriptClass

#get, #method, #set

Instance Method Details

#footObject



12
13
14
# File 'lib/shed/mixers/just_implement.rb', line 12

def foot
  ""
end

#head(name, interface) ⇒ Object



8
9
10
# File 'lib/shed/mixers/just_implement.rb', line 8

def head(name,interface)
  ""
end