This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
b007f3c66e
free_mutant
/
meta
/
ivar.rb
7 lines
95 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add support for explicit type in meta examples * This is needed to relate examples to node types for nodes that cannot stand alone. Example are :where nodes that do not have syntax outside a :case
2016-03-19 11:13:05 -04:00
Mutant
::
Meta
::
Example
.
add
:ivar
do
Add mutation from `@foo` to `foo` Closes #452
2015-10-18 21:53:49 -04:00
source
'@foo'
singleton_mutations
mutation
'foo'
end
Copy permalink