module KeywordInit::Common

Public Class Methods

new(properties = {}) click to toggle source
# File lib/keyword_init.rb, line 10
def initialize(properties = {})
  _set_properties(properties || {})
end
normal_setter(k) click to toggle source
# File lib/keyword_init.rb, line 14
def self.normal_setter(k)
  "#{k}="
end