class RbPlusPlus::Builders::StaticMethodNode
Wrap up a static method on a class
Public Instance Methods
build()
click to toggle source
# File lib/rbplusplus/builders/static_method.rb, line 7 def build self.rice_method = "define_singleton_method" end