class String

String monkey-patch

Public Instance Methods

copper() click to toggle source
# File lib/coop_al/value.rb, line 154
def copper
  CoopAl::Value.copper(roll_dice(self))
end
Also aliased as: cp
cp()
Alias for: copper
electrum() click to toggle source
# File lib/coop_al/value.rb, line 158
def electrum
  CoopAl::Value.electrum(roll_dice(self))
end
Also aliased as: ep
ep()
Alias for: electrum
gold() click to toggle source
# File lib/coop_al/value.rb, line 146
def gold
  CoopAl::Value.gold(roll_dice(self))
end
Also aliased as: gp
gp()
Alias for: gold
platinum() click to toggle source
# File lib/coop_al/value.rb, line 142
def platinum
  CoopAl::Value.platinum(roll_dice(self))
end
Also aliased as: pp
pp()
Alias for: platinum
silver() click to toggle source
# File lib/coop_al/value.rb, line 150
def silver
  CoopAl::Value.silver(roll_dice(self))
end
Also aliased as: sp
sp()
Alias for: silver