View difference between Paste ID: 0y5B8SjG and R43Ae2XA
SHOW: | | - or go back to the newest paste.
1-
class Complex {
1+
String.metaClass.methods[0..3].each{ method ->
2-
  Double re
2+
  println method.name
3-
  Double im
3+
}