Class: JustImplement
- Inherits:
-
ActionScriptClass
- Object
- ActionScriptClass
- JustImplement
- 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
Instance Method Details
#foot ⇒ Object
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 |