Sha256: faccaf22a4b7b288a5f29ea3032cb659bd1b80e906c4cc393ba1ef94221bf9a3

Contents?: true

Size: 218 Bytes

Versions: 10

Compression:

Stored size: 218 Bytes

Contents

module RbPlusPlus
  module Builders

    # Wrap up a static method on a class
    class StaticMethodNode < MethodBase

      def build
        self.rice_method = "define_singleton_method"
      end

    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rbplusplus-1.4.0 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.3.0 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.2.1 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.2.0 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.1.0 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.0.3 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.0.1 lib/rbplusplus/builders/static_method.rb
rbplusplus-1.0 lib/rbplusplus/builders/static_method.rb
rbplusplus-0.9.1 lib/rbplusplus/builders/static_method.rb
rbplusplus-0.9 lib/rbplusplus/builders/static_method.rb