Method: Stax::Stack#imports

Defined in:
lib/stax/stack/exports.rb

#importsObject



34
35
36
37
# File 'lib/stax/stack/exports.rb', line 34

def imports
  warn("deprecated method: please use 'exports' instead")
  exports
end