class SwaggerCodegenRails::Konstants::Konstant
Public Class Methods
new(path, base_dir)
click to toggle source
# File lib/swagger_codegen_rails/konstants.rb, line 30 def initialize(path, base_dir) @path = path @base_dir = base_dir end
Public Instance Methods
constant(str)
click to toggle source
reduct(source, reduction)
click to toggle source