lib/pdk/cli/util/option_normalizer.rb in pdk-0.2.0 vs lib/pdk/cli/util/option_normalizer.rb in pdk-0.3.0
- old
+ new
@@ -40,10 +40,10 @@
target = $stdout
when 'stderr'
target = $stderr
end
- { method: "to_#{format}".to_sym, target: target }
+ { method: "write_#{format}".to_sym, target: target }
end
end
def self.parameter_specification(value)
param_name, param_type = value.split(':', 2)