class JustImplement

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

Public Instance Methods

foot() click to toggle source
# File lib/shed/mixers/just_implement.rb, line 12
def foot
  ""
end
head(name,interface) click to toggle source
# File lib/shed/mixers/just_implement.rb, line 8
def head(name,interface)
  ""
end