Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Improve file name
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2013
1 parent 7745faf commit b4dacd6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -70,4 +70,4 @@ The MIT X License


Copyright (c) 2012 Kenichi Kamiya Copyright (c) 2012 Kenichi Kamiya


See the file LICENSE for further details. See MIT-LICENSE for further details.
2 changes: 1 addition & 1 deletion lib/instancevalue.rb
Expand Up @@ -4,7 +4,7 @@


require_relative 'instancevalue/version' require_relative 'instancevalue/version'
require_relative 'instancevalue/classmethods' require_relative 'instancevalue/classmethods'
require_relative 'instancevalue/singletonclass' require_relative 'instancevalue/singleton_class'


# @example Overview # @example Overview
# class Person # class Person
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_instancevalue.rb
@@ -1,5 +1,5 @@
$VERBOSE = true $VERBOSE = true
require_relative 'test_helper' require_relative 'helper'


class TestBasicCase < Test::Unit::TestCase class TestBasicCase < Test::Unit::TestCase
class Person class Person
Expand Down

0 comments on commit b4dacd6

Please sign in to comment.