yucky yucky
[source:ruby]
def os_path path
(*path.split(/\\|\//)).join( File::ALT_SEPARATOR || File::SEPARATOR )
end
[/source]
but sometimes it’s just gotta be done :(
[source:ruby]
def os_path path
(*path.split(/\\|\//)).join( File::ALT_SEPARATOR || File::SEPARATOR )
end
[/source]
but sometimes it’s just gotta be done :(
oops, where’d that star come from? :(
uhhhh yea that star’s not mean to be there i take it? flaps like a motherbitch with it.