module Kenma::Macro::FrozenStringLiteral

Public Instance Methods

frozen_string(node, parent) click to toggle source
# File lib/kenma/macro/frozen_string_literal.rb, line 10
def frozen_string(node, parent)
  ast { $node.freeze }
end