Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 18, 2012
1 parent 5d3eb5c commit 52c9914
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/integer/base.rb
@@ -1,11 +1,15 @@
# Copyright (C) 2011 Kenichi Kamiya # Copyright (C) 2011 Kenichi Kamiya


class Integer class Integer
module Base
module Base

class InvalidCharacter < TypeError; end class InvalidCharacter < TypeError; end


SPECIAL_CHAR = /[\x00-\x20\-\+]/ SPECIAL_CHAR = /[\x00-\x20\-\+]/

end end

end end


require_relative 'base/version' require_relative 'base/version'
Expand Down

0 comments on commit 52c9914

Please sign in to comment.