Sha256: c65b3daaafb352c8f64eb06ddd14b8d39c45bcef3969088b943cd85a6dc4c481

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

# This code is free software; you can redistribute it and/or modify it under the
# terms of the new BSD License.
#
# Copyright (c) 2009, Sebastian Staudt

module Rubikon

  class Setter < Action

    def run(*args)
      
      super
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubikon-0.2.0 lib/rubikon/setter.rb