class Aladtec::Range
Public Class Methods
new(params)
click to toggle source
Calls superclass method
# File lib/aladtec/range.rb, line 18 def self.new(params) super params.transform_keys(&:to_sym) end