Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changes between Version 1 and Version 2 of NaHi

Show
Ignore:
Author:
nahi <nakahiro@gmail.com> (IP: 218.42.127.6)
Timestamp:
12/05/04 11:17:07 (6 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NaHi

    v1 v2  
    22 
    33Hello!  I'm the author of soap4r. 
     4 
     5{{{ 
     6#!ruby 
     7class Foo 
     8  def foo 
     9    puts "foo" 
     10  end 
     11end 
     12}}} 
     13 
     14{{{ 
     15#!python 
     16class Test: 
     17  def foo: 
     18    print "foo" 
     19}}}