Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Dec 30, 2016
1 parent 0a77148 commit f365640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dbf/column.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def encode(value, strip_output = false) # nodoc
strip_output ? output.strip : output
end

def encode_string(string)
def encode_string(string) # nodoc
string.force_encoding(@encoding).encode(*encoding_args)
end

Expand Down

0 comments on commit f365640

Please sign in to comment.