Module: JsShuffle::Methods
- Defined in:
- lib/jsshuffle/methods.rb,
lib/jsshuffle/methods/method.rb,
lib/jsshuffle/methods/variable_renaming.rb,
lib/jsshuffle/methods/parameter_renaming.rb
Defined Under Namespace
Classes: Method, ParameterRenaming, VariableRenaming
Class Attribute Summary collapse
-
.methods ⇒ Object
Returns the value of attribute methods.
Class Attribute Details
.methods ⇒ Object
Returns the value of attribute methods.
4 5 6 |
# File 'lib/jsshuffle/methods.rb', line 4 def methods @methods end |