X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b37127a6689ffbb75a19fa61f9cf0c2253960d4d..e0b3c9e46ab80798ec9606a853a1af9cb818a758:/src/bindings/ruby/RubyHost.rb?ds=sidebyside diff --git a/src/bindings/ruby/RubyHost.rb b/src/bindings/ruby/RubyHost.rb index e6149c4d15..babdecb2af 100644 --- a/src/bindings/ruby/RubyHost.rb +++ b/src/bindings/ruby/RubyHost.rb @@ -1,19 +1,24 @@ +# +# * $Id$ +# * +# * Copyright 2010 Martin Quinson, Mehdi Fekari +# * All right reserved. +# * +# * This program is free software; you can redistribute +# * it and/or modify it under the terms of the license +# *(GNU LGPL) which comes with this package. + require 'msg' include MSG class RbHost < Host - - # Attributes attr_accessor :bind, :data - # Initialize def initialize() @bind = 0 @data = nil end - - end \ No newline at end of file