Skip to content

Commit

Permalink
Revert "Merge pull request #1644 from sampersand/swesterman/23-11-23/…
Browse files Browse the repository at this point in the history
…add-ToR-and-ToC-test-types"

This reverts commit 48c86b7, reversing
changes made to 1d5f7ed.
  • Loading branch information
soutaro committed Dec 20, 2023
1 parent cc76d57 commit 03e5f0c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/stdlib/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -657,26 +657,6 @@ def to_f
end
end

class ToR < BlankSlate
def initialize(value = 1r)
@value = value
end

def to_r
@value
end
end

class ToC < BlankSlate
def initialize(value = 1i)
@value = value
end

def to_c
@value
end
end

class ToStr < BlankSlate
def initialize(value = "")
@value = value
Expand Down

0 comments on commit 03e5f0c

Please sign in to comment.