Created
July 2, 2012 15:42
-
-
Save luisartola/3033852 to your computer and use it in GitHub Desktop.
Functional programming
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new_reservation.onlye(tralari, tralara).to_json | |
class FullReservation > Hash | |
def with_changed_timeslice(timeslice) | |
end | |
end | |
module TimesliceShaped | |
def shift | |
end | |
end | |
data_full = FunctionalHas.new(33,"tralari") | |
function_full = data_full.become(TimesliceShaped) | |
asdfasdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment