add data objects

marker class (may change) to be able to check access
This commit is contained in:
Torsten Ruger
2018-03-25 18:22:02 +03:00
parent bc4d4b428a
commit 82ab8ac4d3
6 changed files with 110 additions and 28 deletions

View File

@ -7,7 +7,7 @@
# Ie it would be possible to change the value, we just don't support that)
module Parfait
class Integer
class Integer < Data2
# :integer?, :odd?, :even?, :upto, :downto, :times, :succ, :next, :pred, :chr, :ord, :to_i, :to_int, :floor,
# :ceil, :truncate, :round, :gcd, :lcm, :gcdlcm, :numerator, :denominator, :to_r, :rationalize,